is not current version
Last Version 1.1

org.asux:yaml 1.0

Cmdline interface to process YAML files, leveraging the brilliantly robust gitbub project github.com:esotericsoftware/yamlbeans.git (which is a Java object graphs, to and from YAML)

GroupId

GroupId

org.asux
ArtifactId

ArtifactId

yaml
Version

Version

1.0
Type

Type

jar

Download yaml 1.0


<!-- https://jarcasting.com/artifacts/org.asux/yaml/ -->
<dependency>
    <groupId>org.asux</groupId>
    <artifactId>yaml</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.asux/yaml/
implementation 'org.asux:yaml:1.0'
// https://jarcasting.com/artifacts/org.asux/yaml/
implementation ("org.asux:yaml:1.0")
'org.asux:yaml:jar:1.0'
<dependency org="org.asux" name="yaml" rev="1.0">
  <artifact name="yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asux', module='yaml', version='1.0')
)
libraryDependencies += "org.asux" % "yaml" % "1.0"
[org.asux/yaml "1.0"]