is not current version
Last Version 1.2

net.pwall.yaml:yaml-base 0.2

Base classes for YAML implementation

Categories

Categories

Net
GroupId

GroupId

net.pwall.yaml
ArtifactId

ArtifactId

yaml-base
Version

Version

0.2
Type

Type

jar

Download yaml-base 0.2


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