License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.clockworkcode |
ArtifactId | ArtifactIdyaml-record |
Last Version | Last Version1.0.12.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionyaml-record
Simple record file
|
Project URL |
Project URL |
Filename | Size |
---|---|
yaml-record-1.0.12.1.pom | |
yaml-record-1.0.12.1.jar | 5 KB |
yaml-record-1.0.12.1-sources.jar | 2 KB |
yaml-record-1.0.12.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.clockworkcode/yaml-record/ -->
<dependency>
<groupId>net.clockworkcode</groupId>
<artifactId>yaml-record</artifactId>
<version>1.0.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.clockworkcode/yaml-record/
implementation 'net.clockworkcode:yaml-record:1.0.12.1'
// https://jarcasting.com/artifacts/net.clockworkcode/yaml-record/
implementation ("net.clockworkcode:yaml-record:1.0.12.1")
'net.clockworkcode:yaml-record:jar:1.0.12.1'
<dependency org="net.clockworkcode" name="yaml-record" rev="1.0.12.1">
<artifact name="yaml-record" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.clockworkcode', module='yaml-record', version='1.0.12.1')
)
libraryDependencies += "net.clockworkcode" % "yaml-record" % "1.0.12.1"
[net.clockworkcode/yaml-record "1.0.12.1"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.commons : commons-lang3 | jar | 3.6 |