is not current version
Last Version 1.15

com.esotericsoftware.yamlbeans:yamlbeans 1.13

Java object graphs, to and from YAML

GroupId

GroupId

com.esotericsoftware.yamlbeans
ArtifactId

ArtifactId

yamlbeans
Version

Version

1.13
Type

Type

jar

Download yamlbeans 1.13


<!-- https://jarcasting.com/artifacts/com.esotericsoftware.yamlbeans/yamlbeans/ -->
<dependency>
    <groupId>com.esotericsoftware.yamlbeans</groupId>
    <artifactId>yamlbeans</artifactId>
    <version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.esotericsoftware.yamlbeans/yamlbeans/
implementation 'com.esotericsoftware.yamlbeans:yamlbeans:1.13'
// https://jarcasting.com/artifacts/com.esotericsoftware.yamlbeans/yamlbeans/
implementation ("com.esotericsoftware.yamlbeans:yamlbeans:1.13")
'com.esotericsoftware.yamlbeans:yamlbeans:jar:1.13'
<dependency org="com.esotericsoftware.yamlbeans" name="yamlbeans" rev="1.13">
  <artifact name="yamlbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esotericsoftware.yamlbeans', module='yamlbeans', version='1.13')
)
libraryDependencies += "com.esotericsoftware.yamlbeans" % "yamlbeans" % "1.13"
[com.esotericsoftware.yamlbeans/yamlbeans "1.13"]