is not current version
Last Version 0.7.0

com.antiaction:common-json 0.5.0

A library for encoding/decoding JSON strings.

Categories

Categories

Ant Build Tools JSON Data
GroupId

GroupId

com.antiaction
ArtifactId

ArtifactId

common-json
Version

Version

0.5.0
Type

Type

jar

Download common-json 0.5.0


<!-- https://jarcasting.com/artifacts/com.antiaction/common-json/ -->
<dependency>
    <groupId>com.antiaction</groupId>
    <artifactId>common-json</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.antiaction/common-json/
implementation 'com.antiaction:common-json:0.5.0'
// https://jarcasting.com/artifacts/com.antiaction/common-json/
implementation ("com.antiaction:common-json:0.5.0")
'com.antiaction:common-json:jar:0.5.0'
<dependency org="com.antiaction" name="common-json" rev="0.5.0">
  <artifact name="common-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antiaction', module='common-json', version='0.5.0')
)
libraryDependencies += "com.antiaction" % "common-json" % "0.5.0"
[com.antiaction/common-json "0.5.0"]