com.github.clojure-finance/clojask-io

A Clojure library designed to extend the file support for Clojask. This library can also be used alone to read in and output dataset files.

Leiningen/Boot

[com.github.clojure-finance/clojask-io "1.0.6"]

Clojure CLI/deps.edn

com.github.clojure-finance/clojask-io {:mvn/version "1.0.6"}

Gradle

implementation("com.github.clojure-finance:clojask-io:1.0.6")

Maven

<dependency>
  <groupId>com.github.clojure-finance</groupId>
  <artifactId>clojask-io</artifactId>
  <version>1.0.6</version>
</dependency>