com.github.vmfhrmfoaj/clj-toml

TOML for Clojure

Leiningen/Boot

[com.github.vmfhrmfoaj/clj-toml "1.0.0-0.1"]

Clojure CLI/deps.edn

com.github.vmfhrmfoaj/clj-toml {:mvn/version "1.0.0-0.1"}

Gradle

implementation("com.github.vmfhrmfoaj:clj-toml:1.0.0-0.1")

Maven

<dependency>
  <groupId>com.github.vmfhrmfoaj</groupId>
  <artifactId>clj-toml</artifactId>
  <version>1.0.0-0.1</version>
</dependency>