License |
License |
---|---|
GroupId | GroupIdcom.esotericsoftware.yamlbeans |
ArtifactId | ArtifactIdyamlbeans |
Last Version | Last Version1.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYamlBeans
Java object graphs, to and from YAML
|
Project URL |
Project URL |
Filename | Size |
---|---|
yamlbeans-1.15.pom | |
yamlbeans-1.15.jar | 161 KB |
yamlbeans-1.15-sources.jar | 75 KB |
yamlbeans-1.15-javadoc.jar | 284 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.esotericsoftware.yamlbeans/yamlbeans/ -->
<dependency>
<groupId>com.esotericsoftware.yamlbeans</groupId>
<artifactId>yamlbeans</artifactId>
<version>1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.esotericsoftware.yamlbeans/yamlbeans/
implementation 'com.esotericsoftware.yamlbeans:yamlbeans:1.15'
// https://jarcasting.com/artifacts/com.esotericsoftware.yamlbeans/yamlbeans/
implementation ("com.esotericsoftware.yamlbeans:yamlbeans:1.15")
'com.esotericsoftware.yamlbeans:yamlbeans:jar:1.15'
<dependency org="com.esotericsoftware.yamlbeans" name="yamlbeans" rev="1.15">
<artifact name="yamlbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esotericsoftware.yamlbeans', module='yamlbeans', version='1.15')
)
libraryDependencies += "com.esotericsoftware.yamlbeans" % "yamlbeans" % "1.15"
[com.esotericsoftware.yamlbeans/yamlbeans "1.15"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |