License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdco.arago.util |
ArtifactId | ArtifactIdjson |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionUtility library for using JSON (via Jackson) with arago Java projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
json-0.2.1.pom | |
json-0.2.1.jar | 9 KB |
json-0.2.1-sources.jar | 6 KB |
json-0.2.1-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.arago.util/json/ -->
<dependency>
<groupId>co.arago.util</groupId>
<artifactId>json</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.arago.util/json/
implementation 'co.arago.util:json:0.2.1'
// https://jarcasting.com/artifacts/co.arago.util/json/
implementation ("co.arago.util:json:0.2.1")
'co.arago.util:json:jar:0.2.1'
<dependency org="co.arago.util" name="json" rev="0.2.1">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.arago.util', module='json', version='0.2.1')
)
libraryDependencies += "co.arago.util" % "json" % "0.2.1"
[co.arago.util/json "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.12.5 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.5 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.12.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.5 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.apache.commons : commons-text | jar | 1.9 |
commons-io : commons-io | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |
org.slf4j : slf4j-simple | jar | 1.7.32 |