Download jeanson-1.0.0.alpha4.jar file - Jar j

Jar examples for j:jeanson

Description

Simple and flexible JSON Writer for Java

You can download jar file jeanson 1.0.0.alpha4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jeanson-1.0.0.alpha4.jar to your project.

<dependency>
   <groupId>com.github.jean-merelis</groupId>
   <artifactId>jeanson</artifactId>
   <version>1.0.0.alpha4</version>
</dependency>
compile group: 'com.github.jean-merelis', name: 'jeanson', version: '1.0.0.alpha4'
libraryDependencies += "com.github.jean-merelis" % "jeanson" % "1.0.0.alpha4"
<dependency org="com.github.jean-merelis" name="jeanson" rev="1.0.0.alpha4"/>
@Grapes(@Grab(group='com.github.jean-merelis', module='jeanson', version='1.0.0.alpha4'))
'com.github.jean-merelis:jeanson:jar:1.0.0.alpha4'

Download

Click the following link to download the jar file.

jeanson-1.0.0.alpha4-javadoc.jar
jeanson-1.0.0.alpha4-sources.jar
jeanson-1.0.0.alpha4.jar
jeanson-1.0.0.alpha4.pom



Related Tutorials