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