is not current version
Last Version 1.15

com.esotericsoftware.yamlbeans:yamlbeans 1.12

Java object graphs, to and from YAML

GroupId

GroupId

com.esotericsoftware.yamlbeans
ArtifactId

ArtifactId

yamlbeans
Version

Version

1.12
Type

Type

jar

Download yamlbeans 1.12


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