Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.wnm3 |
ArtifactId | ArtifactIdAPI4JSON |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
API4JSON-2.0.pom | |
API4JSON-2.0.jar | 19 KB |
API4JSON-2.0-sources.jar | 17 KB |
API4JSON-2.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wnm3/API4JSON/ -->
<dependency>
<groupId>com.github.wnm3</groupId>
<artifactId>API4JSON</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnm3/API4JSON/
implementation 'com.github.wnm3:API4JSON:2.0'
// https://jarcasting.com/artifacts/com.github.wnm3/API4JSON/
implementation ("com.github.wnm3:API4JSON:2.0")
'com.github.wnm3:API4JSON:jar:2.0'
<dependency org="com.github.wnm3" name="API4JSON" rev="2.0">
<artifact name="API4JSON" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnm3', module='API4JSON', version='2.0')
)
libraryDependencies += "com.github.wnm3" % "API4JSON" % "2.0"
[com.github.wnm3/API4JSON "2.0"]