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