License |
License |
---|---|
GroupId | GroupIdcom.github.autermann |
ArtifactId | ArtifactIdyaml |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionYAML API
A Jackson-like API to create YAML nodes (based on SnakeYAML)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yaml-1.0.3.pom | |
yaml-1.0.3.jar | 83 KB |
yaml-1.0.3-sources.jar | 71 KB |
yaml-1.0.3-javadoc.jar | 439 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.autermann/yaml/ -->
<dependency>
<groupId>com.github.autermann</groupId>
<artifactId>yaml</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autermann/yaml/
implementation 'com.github.autermann:yaml:1.0.3'
// https://jarcasting.com/artifacts/com.github.autermann/yaml/
implementation ("com.github.autermann:yaml:1.0.3")
'com.github.autermann:yaml:jar:1.0.3'
<dependency org="com.github.autermann" name="yaml" rev="1.0.3">
<artifact name="yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autermann', module='yaml', version='1.0.3')
)
libraryDependencies += "com.github.autermann" % "yaml" % "1.0.3"
[com.github.autermann/yaml "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.yaml : snakeyaml | jar | 1.15 |
joda-time : joda-time | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |