Jar examples for f:fastjson
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
You can download jar file fastjson 1.2.47 in this page.
The Apache Software License, Version 2.0
You can use the following script to add fastjson-1.2.47.jar to your project.
<dependency> <groupId>com.rover12421</groupId> <artifactId>fastjson</artifactId> <version>1.2.47</version> </dependency>
compile group: 'com.rover12421', name: 'fastjson', version: '1.2.47'
libraryDependencies += "com.rover12421" % "fastjson" % "1.2.47"
<dependency org="com.rover12421" name="fastjson" rev="1.2.47"/>
@Grapes(@Grab(group='com.rover12421', module='fastjson', version='1.2.47'))
'com.rover12421:fastjson:jar:1.2.47'
Click the following link to download the jar file.
fastjson-1.2.47-javadoc.jar