Download jackson4gae-1.1.jar file - Jar j

Jar examples for j:jackson4gae

Description

Jackson4GAE is a collection of Jackson serializers and deserializers of common Google AppEngine data types.

You can download jar file jackson4gae 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jackson4gae-1.1.jar to your project.

<dependency>
   <groupId>org.extrema-sistemas</groupId>
   <artifactId>jackson4gae</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'org.extrema-sistemas', name: 'jackson4gae', version: '1.1'
libraryDependencies += "org.extrema-sistemas" % "jackson4gae" % "1.1"
<dependency org="org.extrema-sistemas" name="jackson4gae" rev="1.1"/>
@Grapes(@Grab(group='org.extrema-sistemas', module='jackson4gae', version='1.1'))
'org.extrema-sistemas:jackson4gae:jar:1.1'

Download

Click the following link to download the jar file.

jackson4gae-1.1-javadoc.jar
jackson4gae-1.1-sources.jar
jackson4gae-1.1.jar
jackson4gae-1.1.pom



Related Tutorials