c

circe-yaml_3

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_3-0.14.2.jar download
circe-yaml_3-0.14.2.pom download
circe-yaml_3-0.14.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.circe</groupId>
  <artifactId>circe-yaml_3</artifactId>
  <version>0.14.2</version>
</dependency>
Gradle Groovy
implementation 'io.circe:circe-yaml_3:0.14.2'
Gradle Kotlin
implementation("io.circe:circe-yaml_3:0.14.2")
Scala SBT
libraryDependencies += "io.circe" % "circe-yaml_3" % "0.14.2"
Groovy Grape
@Grapes(
  @Grab(group='io.circe', module='circe-yaml_3', version='0.14.2')
)
Apache Ivy
<dependency org="io.circe" name="circe-yaml_3" rev="0.14.2" />
Leiningen
[io.circe/circe-yaml_3 "0.14.2"]
Apache Buildr
'io.circe:circe-yaml_3:jar:0.14.2'