thrift-clj

Clojure and Thrift working hand in hand.

Leiningen/Boot

[thrift-clj "0.1.0-alpha7"]

Clojure CLI/deps.edn

thrift-clj/thrift-clj {:mvn/version "0.1.0-alpha7"}

Gradle

implementation("thrift-clj:thrift-clj:0.1.0-alpha7")

Maven

<dependency>
  <groupId>thrift-clj</groupId>
  <artifactId>thrift-clj</artifactId>
  <version>0.1.0-alpha7</version>
</dependency>