Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.xkcoding.json |
ArtifactId | ArtifactIdsimple-json |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
simple-json-0.0.1.pom | |
simple-json-0.0.1.jar | 17 KB |
simple-json-0.0.1-sources.jar | 10 KB |
simple-json-0.0.1-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xkcoding.json/simple-json/ -->
<dependency>
<groupId>com.xkcoding.json</groupId>
<artifactId>simple-json</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding.json/simple-json/
implementation 'com.xkcoding.json:simple-json:0.0.1'
// https://jarcasting.com/artifacts/com.xkcoding.json/simple-json/
implementation ("com.xkcoding.json:simple-json:0.0.1")
'com.xkcoding.json:simple-json:jar:0.0.1'
<dependency org="com.xkcoding.json" name="simple-json" rev="0.0.1">
<artifact name="simple-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding.json', module='simple-json', version='0.0.1')
)
libraryDependencies += "com.xkcoding.json" % "simple-json" % "0.0.1"
[com.xkcoding.json/simple-json "0.0.1"]