y

yaml-path

A Java DSL for reading YAML documents and replacing values
https://github.com/yaml-path/YamlPath
The Apache License, Version 2.0
Jose Carvajal
Files download
File Operation
yaml-path-0.0.4.jar download
yaml-path-0.0.4.pom download
yaml-path-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.yaml-path</groupId>
  <artifactId>yaml-path</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.yaml-path:yaml-path:0.0.4'
Gradle Kotlin
implementation("io.github.yaml-path:yaml-path:0.0.4")
Scala SBT
libraryDependencies += "io.github.yaml-path" % "yaml-path" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.yaml-path', module='yaml-path', version='0.0.4')
)
Apache Ivy
<dependency org="io.github.yaml-path" name="yaml-path" rev="0.0.4" />
Leiningen
[io.github.yaml-path/yaml-path "0.0.4"]
Apache Buildr
'io.github.yaml-path:yaml-path:jar:0.0.4'