License |
License |
---|---|
GroupId | GroupIdio.github.yaml-path |
ArtifactId | ArtifactIdyaml-path |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYAML-Path Expression Language Parser
A Java DSL for reading YAML documents and replacing values
|
Filename | Size |
---|---|
yaml-path-0.0.1.pom | |
yaml-path-0.0.1.jar | 21 KB |
yaml-path-0.0.1-sources.jar | 8 KB |
yaml-path-0.0.1-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yaml-path/yaml-path/ -->
<dependency>
<groupId>io.github.yaml-path</groupId>
<artifactId>yaml-path</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yaml-path/yaml-path/
implementation 'io.github.yaml-path:yaml-path:0.0.1'
// https://jarcasting.com/artifacts/io.github.yaml-path/yaml-path/
implementation ("io.github.yaml-path:yaml-path:0.0.1")
'io.github.yaml-path:yaml-path:jar:0.0.1'
<dependency org="io.github.yaml-path" name="yaml-path" rev="0.0.1">
<artifact name="yaml-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yaml-path', module='yaml-path', version='0.0.1')
)
libraryDependencies += "io.github.yaml-path" % "yaml-path" % "0.0.1"
[io.github.yaml-path/yaml-path "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |