Download jackson-datatype-jts-2.4.jar file - Jar j

Jar examples for j:jackson-datatype-jts

Description

Add-on module for Jackson (http://jackson.codehaus.org) to support JTS geometry types using the GeoJSON standard.

You can download jar file jackson-datatype-jts 2.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jackson-datatype-jts-2.4.jar to your project.

<dependency>
   <groupId>com.bedatadriven</groupId>
   <artifactId>jackson-datatype-jts</artifactId>
   <version>2.4</version>
</dependency>
compile group: 'com.bedatadriven', name: 'jackson-datatype-jts', version: '2.4'
libraryDependencies += "com.bedatadriven" % "jackson-datatype-jts" % "2.4"
<dependency org="com.bedatadriven" name="jackson-datatype-jts" rev="2.4"/>
@Grapes(@Grab(group='com.bedatadriven', module='jackson-datatype-jts', version='2.4'))
'com.bedatadriven:jackson-datatype-jts:jar:2.4'

Download

Click the following link to download the jar file.

jackson-datatype-jts-2.4-javadoc.jar
jackson-datatype-jts-2.4-sources.jar
jackson-datatype-jts-2.4.jar
jackson-datatype-jts-2.4.pom



Related Tutorials