Download jsontools-core-1.4.jar file - Jar j

Jar examples for j:jsontools-core

Description

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.

You can download jar file jsontools-core 1.4 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE Version 2.1

Build File

You can use the following script to add jsontools-core-1.4.jar to your project.

<dependency>
   <groupId>com.sdicons.jsontools</groupId>
   <artifactId>jsontools-core</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'com.sdicons.jsontools', name: 'jsontools-core', version: '1.4'
libraryDependencies += "com.sdicons.jsontools" % "jsontools-core" % "1.4"
<dependency org="com.sdicons.jsontools" name="jsontools-core" rev="1.4"/>
@Grapes(@Grab(group='com.sdicons.jsontools', module='jsontools-core', version='1.4'))
'com.sdicons.jsontools:jsontools-core:jar:1.4'

Download

Click the following link to download the jar file.

jsontools-core-1.4-sources.jar
jsontools-core-1.4.jar
jsontools-core-1.4.pom



Related Tutorials