nl.onlinetouch/clj-yaml

YAML encoding and decoding for Clojure using SnakeYAML

Leiningen/Boot

[nl.onlinetouch/clj-yaml "0.5.0"]

Clojure CLI/deps.edn

nl.onlinetouch/clj-yaml {:mvn/version "0.5.0"}

Gradle

implementation("nl.onlinetouch:clj-yaml:0.5.0")

Maven

<dependency>
  <groupId>nl.onlinetouch</groupId>
  <artifactId>clj-yaml</artifactId>
  <version>0.5.0</version>
</dependency>