io.forward/yaml

A YAML library for Clojure

Leiningen/Boot

[io.forward/yaml "1.0.11-SNAPSHOT"]

Clojure CLI/deps.edn

io.forward/yaml {:mvn/version "1.0.11-SNAPSHOT"}

Gradle

implementation("io.forward:yaml:1.0.11-SNAPSHOT")

Maven

<dependency>
  <groupId>io.forward</groupId>
  <artifactId>yaml</artifactId>
  <version>1.0.11-SNAPSHOT</version>
</dependency>