Categories |
CategoriesAnt Build Tools JSON Data |
---|---|
GroupId | GroupIdcom.github.antonsjava |
ArtifactId | ArtifactIdjson |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
json-1.8.pom | |
json-1.8.jar | 65 KB |
json-1.8-sources.jar | 48 KB |
json-1.8-javadoc.jar | 699 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.antonsjava/json/ -->
<dependency>
<groupId>com.github.antonsjava</groupId>
<artifactId>json</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antonsjava/json/
implementation 'com.github.antonsjava:json:1.8'
// https://jarcasting.com/artifacts/com.github.antonsjava/json/
implementation ("com.github.antonsjava:json:1.8")
'com.github.antonsjava:json:jar:1.8'
<dependency org="com.github.antonsjava" name="json" rev="1.8">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antonsjava', module='json', version='1.8')
)
libraryDependencies += "com.github.antonsjava" % "json" % "1.8"
[com.github.antonsjava/json "1.8"]