org.pingles/thrift-clj

Clojure and Thrift working hand in hand.

Leiningen/Boot

[org.pingles/thrift-clj "0.2.1"]

Clojure CLI/deps.edn

org.pingles/thrift-clj {:mvn/version "0.2.1"}

Gradle

implementation("org.pingles:thrift-clj:0.2.1")

Maven

<dependency>
  <groupId>org.pingles</groupId>
  <artifactId>thrift-clj</artifactId>
  <version>0.2.1</version>
</dependency>