Download jackson-datatype-threetenbp-2.6.4.jar file - Jar j

Jar examples for j:jackson-datatype-threetenbp

Description

Add-on module to support JSR-310 (Java 8 Date & Time API) data types with Java 6 (using the ThreeTen backport).

You can download jar file jackson-datatype-threetenbp 2.6.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jackson-datatype-threetenbp-2.6.4.jar to your project.

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

Download

Click the following link to download the jar file.

jackson-datatype-threetenbp-2.6.4-javadoc.jar
jackson-datatype-threetenbp-2.6.4-sources.jar
jackson-datatype-threetenbp-2.6.4.jar
jackson-datatype-threetenbp-2.6.4.pom



Related Tutorials