clj-i2p

Clj-i2p is a wrapper for an interface to the i2p p2p network.

Leiningen/Boot

[clj-i2p "1.0.0"]

Clojure CLI/deps.edn

clj-i2p/clj-i2p {:mvn/version "1.0.0"}

Gradle

implementation("clj-i2p:clj-i2p:1.0.0")

Maven

<dependency>
  <groupId>clj-i2p</groupId>
  <artifactId>clj-i2p</artifactId>
  <version>1.0.0</version>
</dependency>