is not current version
Last Version 1.2

net.pwall.yaml:yaml-base 1.1

Base classes for YAML implementation

Categories

Categories

Net
GroupId

GroupId

net.pwall.yaml
ArtifactId

ArtifactId

yaml-base
Version

Version

1.1
Type

Type

jar

Download yaml-base 1.1


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