License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.cafapi.codec |
ArtifactId | ArtifactIdcodec-json |
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-json-2.0.0-425.pom | |
codec-json-2.0.0-425.jar | 5 KB |
codec-json-2.0.0-425-sources.jar | 5 KB |
codec-json-2.0.0-425-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafapi.codec/codec-json/ -->
<dependency>
<groupId>com.github.cafapi.codec</groupId>
<artifactId>codec-json</artifactId>
<version>2.0.0-425</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi.codec/codec-json/
implementation 'com.github.cafapi.codec:codec-json:2.0.0-425'
// https://jarcasting.com/artifacts/com.github.cafapi.codec/codec-json/
implementation ("com.github.cafapi.codec:codec-json:2.0.0-425")
'com.github.cafapi.codec:codec-json:jar:2.0.0-425'
<dependency org="com.github.cafapi.codec" name="codec-json" rev="2.0.0-425">
<artifact name="codec-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi.codec', module='codec-json', version='2.0.0-425')
)
libraryDependencies += "com.github.cafapi.codec" % "codec-json" % "2.0.0-425"
[com.github.cafapi.codec/codec-json "2.0.0-425"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | |
com.fasterxml.jackson.core : jackson-core | jar | |
com.fasterxml.jackson.core : jackson-annotations | jar |
Group / Artifact | Type | Version |
---|---|---|
com.github.cafapi : caf-api | jar | 2.0.0-425 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.4 |