| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface JSON Data |
| GroupId | GroupIdcom.github.cliftonlabs |
| ArtifactId | ArtifactIdjson-simple |
| Last Version | Last Version4.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSON.simple
Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-simple-4.0.1.pom | |
| json-simple-4.0.1.jar | 34 KB |
| json-simple-4.0.1-sources.jar | 26 KB |
| json-simple-4.0.1-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/ -->
<dependency>
<groupId>com.github.cliftonlabs</groupId>
<artifactId>json-simple</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/
implementation 'com.github.cliftonlabs:json-simple:4.0.1'
// https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/
implementation ("com.github.cliftonlabs:json-simple:4.0.1")
'com.github.cliftonlabs:json-simple:jar:4.0.1'
<dependency org="com.github.cliftonlabs" name="json-simple" rev="4.0.1">
<artifact name="json-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cliftonlabs', module='json-simple', version='4.0.1')
)
libraryDependencies += "com.github.cliftonlabs" % "json-simple" % "4.0.1"
[com.github.cliftonlabs/json-simple "4.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |