com.owainlewis/yaml

A YAML library for Clojure

Leiningen/Boot

[com.owainlewis/yaml "1.0.11-SNAPSHOT"]

Clojure CLI/deps.edn

com.owainlewis/yaml {:mvn/version "1.0.11-SNAPSHOT"}

Gradle

implementation("com.owainlewis:yaml:1.0.11-SNAPSHOT")

Maven

<dependency>
  <groupId>com.owainlewis</groupId>
  <artifactId>yaml</artifactId>
  <version>1.0.11-SNAPSHOT</version>
</dependency>