License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.bspfsystems |
ArtifactId | ArtifactIdsimple-json |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
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.4.pom | |
simple-json-1.1.4.jar | 55 KB |
simple-json-1.1.4-sources.jar | 24 KB |
simple-json-1.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bspfsystems/simple-json/
implementation 'org.bspfsystems:simple-json:1.1.4'
// https://jarcasting.com/artifacts/org.bspfsystems/simple-json/
implementation ("org.bspfsystems:simple-json:1.1.4")
'org.bspfsystems:simple-json:jar:1.1.4'
<dependency org="org.bspfsystems" name="simple-json" rev="1.1.4">
<artifact name="simple-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bspfsystems', module='simple-json', version='1.1.4')
)
libraryDependencies += "org.bspfsystems" % "simple-json" % "1.1.4"
[org.bspfsystems/simple-json "1.1.4"]