License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.bitbucket.javatek |
ArtifactId | ArtifactIdjson |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionjson
This is a fork of Google gson
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-1.1.pom | |
json-1.1.jar | 31 KB |
json-1.1-sources.jar | 19 KB |
json-1.1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.javatek/json/ -->
<dependency>
<groupId>org.bitbucket.javatek</groupId>
<artifactId>json</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.javatek/json/
implementation 'org.bitbucket.javatek:json:1.1'
// https://jarcasting.com/artifacts/org.bitbucket.javatek/json/
implementation ("org.bitbucket.javatek:json:1.1")
'org.bitbucket.javatek:json:jar:1.1'
<dependency org="org.bitbucket.javatek" name="json" rev="1.1">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.javatek', module='json', version='1.1')
)
libraryDependencies += "org.bitbucket.javatek" % "json" % "1.1"
[org.bitbucket.javatek/json "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |