c

circe-yaml_2.13

Library for converting between SnakeYAML's AST (YAML 2.0) and circe's AST
https://github.com/circe/circe-yaml
Apache-2.0
circe
Jeremy Smith Jeff May Travis Brown
Files download
File Operation
circe-yaml_2.13-0.15.1.jar download
circe-yaml_2.13-0.15.1.pom download
circe-yaml_2.13-0.15.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.circe</groupId>
  <artifactId>circe-yaml_2.13</artifactId>
  <version>0.15.1</version>
</dependency>
Gradle Groovy
implementation 'io.circe:circe-yaml_2.13:0.15.1'
Gradle Kotlin
implementation("io.circe:circe-yaml_2.13:0.15.1")
Scala SBT
libraryDependencies += "io.circe" % "circe-yaml_2.13" % "0.15.1"
Groovy Grape
@Grapes(
  @Grab(group='io.circe', module='circe-yaml_2.13', version='0.15.1')
)
Apache Ivy
<dependency org="io.circe" name="circe-yaml_2.13" rev="0.15.1" />
Leiningen
[io.circe/circe-yaml_2.13 "0.15.1"]
Apache Buildr
'io.circe:circe-yaml_2.13:jar:0.15.1'