Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.wnm3 |
ArtifactId | ArtifactIdAPI4JSON |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
API4JSON-1.0.1.pom | |
API4JSON-1.0.1.jar | 19 KB |
API4JSON-1.0.1-sources.jar | 17 KB |
API4JSON-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnm3/API4JSON/
implementation 'com.github.wnm3:API4JSON:1.0.1'
// https://jarcasting.com/artifacts/com.github.wnm3/API4JSON/
implementation ("com.github.wnm3:API4JSON:1.0.1")
'com.github.wnm3:API4JSON:jar:1.0.1'
<dependency org="com.github.wnm3" name="API4JSON" rev="1.0.1">
<artifact name="API4JSON" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnm3', module='API4JSON', version='1.0.1')
)
libraryDependencies += "com.github.wnm3" % "API4JSON" % "1.0.1"
[com.github.wnm3/API4JSON "1.0.1"]