is not current version
Last Version 1.13

net.pwall.yaml:yaml-simple 1.8

Simple implementation of YAML

Categories

Categories

Net
GroupId

GroupId

net.pwall.yaml
ArtifactId

ArtifactId

yaml-simple
Version

Version

1.8
Type

Type

jar

Download yaml-simple 1.8


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