clj-edf

Clojure wrapper around EDF4J for working with European Data Format files

Leiningen/Boot

[clj-edf "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-edf/clj-edf {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("clj-edf:clj-edf:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-edf</groupId>
  <artifactId>clj-edf</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>