clj-torrent

A Clojure library for BitTorrent bencoding.

Leiningen/Boot

[clj-torrent "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-torrent/clj-torrent {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("clj-torrent:clj-torrent:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-torrent</groupId>
  <artifactId>clj-torrent</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>