is not current version
Last Version 1.13

net.pwall.yaml:yaml-simple 1.3

Simple implementation of YAML

Categories

Categories

Net
GroupId

GroupId

net.pwall.yaml
ArtifactId

ArtifactId

yaml-simple
Version

Version

1.3
Type

Type

jar

Download yaml-simple 1.3


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