Last Version

YAML-Path Expression Language Parser 0.0.1

A Java DSL for reading YAML documents and replacing values

License

License

GroupId

GroupId

io.github.yaml-path
ArtifactId

ArtifactId

yaml-path
Version

Version

0.0.1
Type

Type

jar
Description

Description

YAML-Path Expression Language Parser
A Java DSL for reading YAML documents and replacing values

Download yaml-path 0.0.1


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.13.3

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

Project Modules

There are no modules declared in this project.