License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.pwall.yaml |
ArtifactId | ArtifactIdyaml-simple |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionYAML Simple
Simple implementation of YAML
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yaml-simple-1.2.pom | |
yaml-simple-1.2.jar | 61 KB |
yaml-simple-1.2-sources.jar | 9 KB |
yaml-simple-1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.yaml/yaml-simple/
implementation 'net.pwall.yaml:yaml-simple:1.2'
// https://jarcasting.com/artifacts/net.pwall.yaml/yaml-simple/
implementation ("net.pwall.yaml:yaml-simple:1.2")
'net.pwall.yaml:yaml-simple:jar:1.2'
<dependency org="net.pwall.yaml" name="yaml-simple" rev="1.2">
<artifact name="yaml-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.yaml', module='yaml-simple', version='1.2')
)
libraryDependencies += "net.pwall.yaml" % "yaml-simple" % "1.2"
[net.pwall.yaml/yaml-simple "1.2"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.yaml : yaml-base | jar | 1.2 |
net.pwall.util : javautil | jar | 2.4 |
net.pwall.json : jsonutil | jar | 5.0 |
net.pwall.log : log-front | jar | 1.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.4.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
net.pwall.json : json-pointer | jar | 1.1.1 |