License |
License
BSD style license
|
---|---|
GroupId | GroupIdorg.jyaml |
ArtifactId | ArtifactIdjyaml |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjyaml
JYaml is a Java library for Java object serialization using the Yaml format - a human-friendly format for structured documents (yaml.org).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jyaml-1.3.pom | |
jyaml-1.3.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jyaml/jyaml/ -->
<dependency>
<groupId>org.jyaml</groupId>
<artifactId>jyaml</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jyaml/jyaml/
implementation 'org.jyaml:jyaml:1.3'
// https://jarcasting.com/artifacts/org.jyaml/jyaml/
implementation ("org.jyaml:jyaml:1.3")
'org.jyaml:jyaml:jar:1.3'
<dependency org="org.jyaml" name="jyaml" rev="1.3">
<artifact name="jyaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jyaml', module='jyaml', version='1.3')
)
libraryDependencies += "org.jyaml" % "jyaml" % "1.3"
[org.jyaml/jyaml "1.3"]