Download rjson-1.8.jar file - Jar r

Jar examples for r:rjson

Description

Recursive, reflection based json to / from object conversion

You can download jar file rjson 1.8 in this page.

License

MIT License

Build File

You can use the following script to add rjson-1.8.jar to your project.

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

Download

Click the following link to download the jar file.

rjson-1.8-javadoc.jar
rjson-1.8-sources.jar
rjson-1.8.jar
rjson-1.8.pom



Related Tutorials