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