is not current version
Last Version 0.0.6

io.xlate:yaml-json 0.0.4

Read and write YAML in Java using the Jakarta JSON API

Categories

Categories

JSON Data
GroupId

GroupId

io.xlate
ArtifactId

ArtifactId

yaml-json
Version

Version

0.0.4
Type

Type

jar

Download yaml-json 0.0.4


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