License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdtech.sobin |
ArtifactId | ArtifactIdjson |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionJSON
A very lite and powerful JSON parser/serializer Java implementation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-1.2.0.pom | |
json-1.2.0.jar | 14 KB |
json-1.2.0-sources.jar | 6 KB |
json-1.2.0-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.sobin/json/ -->
<dependency>
<groupId>tech.sobin</groupId>
<artifactId>json</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sobin/json/
implementation 'tech.sobin:json:1.2.0'
// https://jarcasting.com/artifacts/tech.sobin/json/
implementation ("tech.sobin:json:1.2.0")
'tech.sobin:json:jar:1.2.0'
<dependency org="tech.sobin" name="json" rev="1.2.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sobin', module='json', version='1.2.0')
)
libraryDependencies += "tech.sobin" % "json" % "1.2.0"
[tech.sobin/json "1.2.0"]