com.github.clojang/etf

A 100% Clojure-native implementation of the Erlang/OTP External Term Format (ETF)

Leiningen/Boot

[com.github.clojang/etf "0.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.github.clojang/etf {:mvn/version "0.0.0-SNAPSHOT"}

Gradle

implementation("com.github.clojang:etf:0.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.github.clojang</groupId>
  <artifactId>etf</artifactId>
  <version>0.0.0-SNAPSHOT</version>
</dependency>