License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.addthis |
ArtifactId | ArtifactIdmaljson |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionmaljson
Mostly org.json compatible json library. Derived from Android.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maljson-0.2.0.pom | |
maljson-0.2.0.jar | 27 KB |
maljson-0.2.0-sources.jar | 25 KB |
maljson-0.2.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addthis/maljson/ -->
<dependency>
<groupId>com.addthis</groupId>
<artifactId>maljson</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.addthis/maljson/
implementation 'com.addthis:maljson:0.2.0'
// https://jarcasting.com/artifacts/com.addthis/maljson/
implementation ("com.addthis:maljson:0.2.0")
'com.addthis:maljson:jar:0.2.0'
<dependency org="com.addthis" name="maljson" rev="0.2.0">
<artifact name="maljson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addthis', module='maljson', version='0.2.0')
)
libraryDependencies += "com.addthis" % "maljson" % "0.2.0"
[com.addthis/maljson "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
com.google.code.findbugs : jsr305 | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.5 |
junit : junit | jar | 4.11 |