License |
License |
---|---|
Categories |
CategoriesAnt Build Tools JSON Data |
GroupId | GroupIdcom.antiaction |
ArtifactId | ArtifactIdcommon-json |
Version | Version0.7.0 |
Type | Typejar |
Description |
DescriptionCommon JSON Library
A library for encoding/decoding JSON strings.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-json-0.7.0.pom | |
common-json-0.7.0.jar | 97 KB |
common-json-0.7.0-sources.jar | 63 KB |
common-json-0.7.0-javadoc.jar | 237 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antiaction/common-json/ -->
<dependency>
<groupId>com.antiaction</groupId>
<artifactId>common-json</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.antiaction/common-json/
implementation 'com.antiaction:common-json:0.7.0'
// https://jarcasting.com/artifacts/com.antiaction/common-json/
implementation ("com.antiaction:common-json:0.7.0")
'com.antiaction:common-json:jar:0.7.0'
<dependency org="com.antiaction" name="common-json" rev="0.7.0">
<artifact name="common-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antiaction', module='common-json', version='0.7.0')
)
libraryDependencies += "com.antiaction" % "common-json" % "0.7.0"
[com.antiaction/common-json "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |