thrift-clj

Clojure and Thrift working hand in hand.

Leiningen/Boot

[thrift-clj "0.3.0-SNAPSHOT"]

Clojure CLI/deps.edn

thrift-clj/thrift-clj {:mvn/version "0.3.0-SNAPSHOT"}

Gradle

implementation("thrift-clj:thrift-clj:0.3.0-SNAPSHOT")

Maven

<dependency>
  <groupId>thrift-clj</groupId>
  <artifactId>thrift-clj</artifactId>
  <version>0.3.0-SNAPSHOT</version>
</dependency>