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