Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.bspfsystems |
ArtifactId | ArtifactIdsimple-json |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
simple-json-1.1.2.pom | |
simple-json-1.1.2.jar | 56 KB |
simple-json-1.1.2-sources.jar | 25 KB |
simple-json-1.1.2-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bspfsystems/simple-json/ -->
<dependency>
<groupId>org.bspfsystems</groupId>
<artifactId>simple-json</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bspfsystems/simple-json/
implementation 'org.bspfsystems:simple-json:1.1.2'
// https://jarcasting.com/artifacts/org.bspfsystems/simple-json/
implementation ("org.bspfsystems:simple-json:1.1.2")
'org.bspfsystems:simple-json:jar:1.1.2'
<dependency org="org.bspfsystems" name="simple-json" rev="1.1.2">
<artifact name="simple-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bspfsystems', module='simple-json', version='1.1.2')
)
libraryDependencies += "org.bspfsystems" % "simple-json" % "1.1.2"
[org.bspfsystems/simple-json "1.1.2"]