io.maxthomas/thrift-clj

Clojure and Thrift working hand in hand.

Leiningen/Boot

[io.maxthomas/thrift-clj "0.3.1-SNAPSHOT"]

Clojure CLI/deps.edn

io.maxthomas/thrift-clj {:mvn/version "0.3.1-SNAPSHOT"}

Gradle

implementation("io.maxthomas:thrift-clj:0.3.1-SNAPSHOT")

Maven

<dependency>
  <groupId>io.maxthomas</groupId>
  <artifactId>thrift-clj</artifactId>
  <version>0.3.1-SNAPSHOT</version>
</dependency>