Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.pwall.yaml |
ArtifactId | ArtifactIdyaml-simple |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
yaml-simple-1.0.pom | |
yaml-simple-1.0.jar | 60 KB |
yaml-simple-1.0-sources.jar | 9 KB |
yaml-simple-1.0-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.yaml/yaml-simple/ -->
<dependency>
<groupId>net.pwall.yaml</groupId>
<artifactId>yaml-simple</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.yaml/yaml-simple/
implementation 'net.pwall.yaml:yaml-simple:1.0'
// https://jarcasting.com/artifacts/net.pwall.yaml/yaml-simple/
implementation ("net.pwall.yaml:yaml-simple:1.0")
'net.pwall.yaml:yaml-simple:jar:1.0'
<dependency org="net.pwall.yaml" name="yaml-simple" rev="1.0">
<artifact name="yaml-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.yaml', module='yaml-simple', version='1.0')
)
libraryDependencies += "net.pwall.yaml" % "yaml-simple" % "1.0"
[net.pwall.yaml/yaml-simple "1.0"]