ofx-clj

A Clojure wrapper for the OFX4J library for parsing OFX documents.

Leiningen/Boot

[ofx-clj "0.1"]

Clojure CLI/deps.edn

ofx-clj/ofx-clj {:mvn/version "0.1"}

Gradle

implementation("ofx-clj:ofx-clj:0.1")

Maven

<dependency>
  <groupId>ofx-clj</groupId>
  <artifactId>ofx-clj</artifactId>
  <version>0.1</version>
</dependency>