y

yaml-manipulator

Yaml Manipulator built on top of snakeyaml. Makes manipulating yaml easier
https://github.com/luthfiswees/yaml-manipulator
MIT License
Luthfi Kurnia Putra
Files download
File Operation
yaml-manipulator-0.0.7.jar download
yaml-manipulator-0.0.7.pom download
yaml-manipulator-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>id.luthfiswees</groupId>
  <artifactId>yaml-manipulator</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'id.luthfiswees:yaml-manipulator:0.0.7'
Gradle Kotlin
implementation("id.luthfiswees:yaml-manipulator:0.0.7")
Scala SBT
libraryDependencies += "id.luthfiswees" % "yaml-manipulator" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='id.luthfiswees', module='yaml-manipulator', version='0.0.7')
)
Apache Ivy
<dependency org="id.luthfiswees" name="yaml-manipulator" rev="0.0.7" />
Leiningen
[id.luthfiswees/yaml-manipulator "0.0.7"]
Apache Buildr
'id.luthfiswees:yaml-manipulator:jar:0.0.7'