License |
License |
---|---|
GroupId | GroupIdcom.github.cafapi.codec |
ArtifactId | ArtifactIdcodec-yaml |
Last Version | Last Version2.0.0-425 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA set of re-usable Java libraries which are used by the various CAF Services and Frameworks.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
codec-yaml-2.0.0-425.pom | |
codec-yaml-2.0.0-425.jar | 4 KB |
codec-yaml-2.0.0-425-sources.jar | 4 KB |
codec-yaml-2.0.0-425-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafapi.codec/codec-yaml/ -->
<dependency>
<groupId>com.github.cafapi.codec</groupId>
<artifactId>codec-yaml</artifactId>
<version>2.0.0-425</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi.codec/codec-yaml/
implementation 'com.github.cafapi.codec:codec-yaml:2.0.0-425'
// https://jarcasting.com/artifacts/com.github.cafapi.codec/codec-yaml/
implementation ("com.github.cafapi.codec:codec-yaml:2.0.0-425")
'com.github.cafapi.codec:codec-yaml:jar:2.0.0-425'
<dependency org="com.github.cafapi.codec" name="codec-yaml" rev="2.0.0-425">
<artifact name="codec-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi.codec', module='codec-yaml', version='2.0.0-425')
)
libraryDependencies += "com.github.cafapi.codec" % "codec-yaml" % "2.0.0-425"
[com.github.cafapi.codec/codec-yaml "2.0.0-425"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.15 |
Group / Artifact | Type | Version |
---|---|---|
com.github.cafapi : caf-api | jar | 2.0.0-425 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.4 |