License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.sdicons.jsontools |
ArtifactId | ArtifactIdjsontools-core |
Last Version | Last Version1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava JSON Tools - Core
Java JSON Tools core library. It is independent of third party libraries.
It is meant to minimize transitive dependencies.
Applications of the JSON tools which relate to other libraries will
be in separate optional pacakges.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsontools-core-1.7.pom | |
jsontools-core-1.7.jar | 137 KB |
jsontools-core-1.7-sources.jar | 133 KB |
jsontools-core-1.7-javadoc.jar | 564 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sdicons.jsontools/jsontools-core/ -->
<dependency>
<groupId>com.sdicons.jsontools</groupId>
<artifactId>jsontools-core</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdicons.jsontools/jsontools-core/
implementation 'com.sdicons.jsontools:jsontools-core:1.7'
// https://jarcasting.com/artifacts/com.sdicons.jsontools/jsontools-core/
implementation ("com.sdicons.jsontools:jsontools-core:1.7")
'com.sdicons.jsontools:jsontools-core:jar:1.7'
<dependency org="com.sdicons.jsontools" name="jsontools-core" rev="1.7">
<artifact name="jsontools-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdicons.jsontools', module='jsontools-core', version='1.7')
)
libraryDependencies += "com.sdicons.jsontools" % "jsontools-core" % "1.7"
[com.sdicons.jsontools/jsontools-core "1.7"]
Group / Artifact | Type | Version |
---|---|---|
antlr : antlr | jar | 2.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |