c

circe-yaml_2.12

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