| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.techatpark.sjson |
| ArtifactId | ArtifactIdjson-parser |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSJson
JSON Parser for Serverside workloads
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-parser-1.0.8.pom | |
| json-parser-1.0.8.jar | 6 KB |
| json-parser-1.0.8-sources.jar | 4 KB |
| json-parser-1.0.8-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.techatpark.sjson/json-parser/ -->
<dependency>
<groupId>com.techatpark.sjson</groupId>
<artifactId>json-parser</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.techatpark.sjson/json-parser/
implementation 'com.techatpark.sjson:json-parser:1.0.8'
// https://jarcasting.com/artifacts/com.techatpark.sjson/json-parser/
implementation ("com.techatpark.sjson:json-parser:1.0.8")
'com.techatpark.sjson:json-parser:jar:1.0.8'
<dependency org="com.techatpark.sjson" name="json-parser" rev="1.0.8">
<artifact name="json-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techatpark.sjson', module='json-parser', version='1.0.8')
)
libraryDependencies += "com.techatpark.sjson" % "json-parser" % "1.0.8"
[com.techatpark.sjson/json-parser "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
| com.google.code.gson : gson | jar | 2.8.9 |
| org.json : json | jar | 20210307 |
| io.github.stephankoelle : jamm | jar | 0.4.1 |
| org.junit.jupiter : junit-jupiter | jar |