com.appsflyer/donkey

Clojure Server and Client

Leiningen/Boot

[com.appsflyer/donkey "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.appsflyer/donkey {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.appsflyer:donkey:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.appsflyer</groupId>
  <artifactId>donkey</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>