Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdtech.sobin |
ArtifactId | ArtifactIdjson |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
json-1.0.0.pom | |
json-1.0.0.jar | 12 KB |
json-1.0.0-sources.jar | 5 KB |
json-1.0.0-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.sobin/json/ -->
<dependency>
<groupId>tech.sobin</groupId>
<artifactId>json</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sobin/json/
implementation 'tech.sobin:json:1.0.0'
// https://jarcasting.com/artifacts/tech.sobin/json/
implementation ("tech.sobin:json:1.0.0")
'tech.sobin:json:jar:1.0.0'
<dependency org="tech.sobin" name="json" rev="1.0.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sobin', module='json', version='1.0.0')
)
libraryDependencies += "tech.sobin" % "json" % "1.0.0"
[tech.sobin/json "1.0.0"]