is not current version
Last Version 0.3.1

co.arago.util:json 0.2.1

Utility library for using JSON (via Jackson) with arago Java projects.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

co.arago.util
ArtifactId

ArtifactId

json
Version

Version

0.2.1
Type

Type

jar
Description

Description

Utility library for using JSON (via Jackson) with arago Java projects.
Project Organization

Project Organization

arago GmbH

Download json 0.2.1


<!-- 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"]

Dependencies

compile (8)

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

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.0-M1
org.slf4j : slf4j-simple jar 1.7.32

Project Modules

There are no modules declared in this project.