License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.bspfsystems |
ArtifactId | ArtifactIdsimple-json |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionSimpleJSON
A simple library for working with JSON Objects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
simple-json-1.1.0.pom | |
simple-json-1.1.0.jar | 55 KB |
simple-json-1.1.0-sources.jar | 24 KB |
simple-json-1.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bspfsystems/simple-json/
implementation 'org.bspfsystems:simple-json:1.1.0'
// https://jarcasting.com/artifacts/org.bspfsystems/simple-json/
implementation ("org.bspfsystems:simple-json:1.1.0")
'org.bspfsystems:simple-json:jar:1.1.0'
<dependency org="org.bspfsystems" name="simple-json" rev="1.1.0">
<artifact name="simple-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bspfsystems', module='simple-json', version='1.1.0')
)
libraryDependencies += "org.bspfsystems" % "simple-json" % "1.1.0"
[org.bspfsystems/simple-json "1.1.0"]