Download codejson-1.0.1.jar file - Jar c

Jar examples for c:codejson

Description

Codejson is one of the best framework for json. The best is the fastest and customization capabilities. Can use the same object output according to the different strategies of different content. 45% speed over Jackson2 serialization

You can download jar file codejson 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add codejson-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

codejson-1.0.1-javadoc.jar
codejson-1.0.1-sources.jar
codejson-1.0.1.jar
codejson-1.0.1.pom



Related Tutorials