Last Version

jyaml 1.3

JYaml is a Java library for Java object serialization using the Yaml format - a human-friendly format for structured documents (yaml.org).

License

License

BSD style license
GroupId

GroupId

org.jyaml
ArtifactId

ArtifactId

jyaml
Version

Version

1.3
Type

Type

jar
Description

Description

jyaml
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

http://jyaml.sourceforge.net
Source Code Management

Source Code Management

http://jyaml.cvs.sourceforge.net/jyaml/jyaml/

Download jyaml 1.3

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.