Download jsoniter-0.9.8.jar file - Jar j

Jar examples for j:jsoniter

Description

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go

You can download jar file jsoniter 0.9.8 in this page.

License

MIT License

Build File

You can use the following script to add jsoniter-0.9.8.jar to your project.

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

Download

Click the following link to download the jar file.

jsoniter-0.9.8-javadoc.jar
jsoniter-0.9.8-sources.jar
jsoniter-0.9.8.jar
jsoniter-0.9.8.pom



Related Tutorials