Download fastjson-1.2.26.jar file - Jar f

Jar examples for f:fastjson

Description

Fastjson is a JSON processor (JSON parser + JSON generator) written in Java

You can download jar file fastjson 1.2.26 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fastjson-1.2.26.jar to your project.

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

Download

Click the following link to download the jar file.

fastjson-1.2.26-javadoc.jar
fastjson-1.2.26-sources.jar
fastjson-1.2.26.jar
fastjson-1.2.26.pom



Related Tutorials