License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.syntaxphoenix.syntaxapi |
ArtifactId | ArtifactIdjson |
Last Version | Last Version2.0.12 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionA Java Library to make some things easier and provide helpful tools
|
Filename | Size |
---|---|
json-2.0.12.pom | 693 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.syntaxphoenix.syntaxapi/json/ -->
<dependency>
<groupId>com.syntaxphoenix.syntaxapi</groupId>
<artifactId>json</artifactId>
<version>2.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.syntaxphoenix.syntaxapi/json/
implementation 'com.syntaxphoenix.syntaxapi:json:2.0.12'
// https://jarcasting.com/artifacts/com.syntaxphoenix.syntaxapi/json/
implementation ("com.syntaxphoenix.syntaxapi:json:2.0.12")
'com.syntaxphoenix.syntaxapi:json:pom:2.0.12'
<dependency org="com.syntaxphoenix.syntaxapi" name="json" rev="2.0.12">
<artifact name="json" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.syntaxphoenix.syntaxapi', module='json', version='2.0.12')
)
libraryDependencies += "com.syntaxphoenix.syntaxapi" % "json" % "2.0.12"
[com.syntaxphoenix.syntaxapi/json "2.0.12"]