You can download jackson-datatype-threetenbp-2.6.4.jar in this page.
The Apache Software License, Version 2.0
jackson-datatype-threetenbp-2.6.4.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.joschi.jackson/jackson-datatype-threetenbp/pom.properties META-INF/maven/com.github.joschi.jackson/jackson-datatype-threetenbp/pom.xml META-INF/services/com.fasterxml.jackson.databind.Module com.fasterxml.jackson.datatype.threetenbp.DateTimeUtils.class com.fasterxml.jackson.datatype.threetenbp.DecimalUtils.class com.fasterxml.jackson.datatype.threetenbp.PackageVersion.class com.fasterxml.jackson.datatype.threetenbp.ThreeTenModule.class com.fasterxml.jackson.datatype.threetenbp.deser.DurationDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.InstantDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.LocalDateDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.LocalDateTimeDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.LocalTimeDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.OffsetTimeDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.ThreeTenDateTimeDeserializerBase.class com.fasterxml.jackson.datatype.threetenbp.deser.ThreeTenDeserializerBase.class com.fasterxml.jackson.datatype.threetenbp.deser.ThreeTenStringParsableDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.YearDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.YearMonthDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.DurationKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.InstantKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.LocalDateKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.LocalDateTimeKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.LocalTimeKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.MonthDayKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.OffsetDateTimeKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.OffsetTimeKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.PeriodKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.ThreeTenKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.YearKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.YearMothKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.ZoneIdKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.ZoneOffsetKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.deser.key.ZonedDateTimeKeyDeserializer.class com.fasterxml.jackson.datatype.threetenbp.function.BiFunction.class com.fasterxml.jackson.datatype.threetenbp.function.Function.class com.fasterxml.jackson.datatype.threetenbp.function.ToIntFunction.class com.fasterxml.jackson.datatype.threetenbp.function.ToLongFunction.class com.fasterxml.jackson.datatype.threetenbp.ser.DurationSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.InstantSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.InstantSerializerBase.class com.fasterxml.jackson.datatype.threetenbp.ser.LocalDateSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.LocalDateTimeSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.LocalTimeSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.OffsetDateTimeSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.OffsetTimeSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.ThreeTenFormattedSerializerBase.class com.fasterxml.jackson.datatype.threetenbp.ser.ThreeTenSerializerBase.class com.fasterxml.jackson.datatype.threetenbp.ser.YearMonthSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.YearSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.ZonedDateTimeSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.ZonedDateTimeWithZoneIdSerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.key.ThreeTenNullKeySerializer.class com.fasterxml.jackson.datatype.threetenbp.ser.key.ZonedDateTimeKeySerializer.class
jackson-datatype-threetenbp-2.6.4.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <prerequisites> <maven>3.0.5</maven> </prerequisites> <parent> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-parent</artifactId> <version>2.6.2</version> </parent> <groupId>com.github.joschi.jackson</groupId> <artifactId>jackson-datatype-threetenbp</artifactId> <version>2.6.4</version> <packaging>bundle</packaging> <name>Jackson-Datatype-ThreeTenBackport</name> <description>Add-on module to support JSR-310 (Java 8 Date & Time API) data types with Java 6 (using the ThreeTen backport). </description> <url>https://github.com/joschi/jackson-datatype-threetenbp</url> <scm> <connection>scm:git:git@github.com:joschi/jackson-datatype-threetenbp.git</connection> <developerConnection>scm:git:git@github.com:joschi/jackson-datatype-threetenbp.git</developerConnection> <url>https://github.com/joschi/jackson-datatype-threetenbp</url> <tag>jackson-datatype-threetenbp-2.6.4</tag> </scm> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <ciManagement> <system>Travis CI</system> <url>https://travis-ci.org/joschi/jackson-datatype-threetenbp</url> </ciManagement> <issueManagement> <url>https://github.com/joschi/jackson-datatype-threetenbp/issues</url> <system>GitHub Issues</system> </issueManagement> <distributionManagement> <site> <id>jackson-datatype-threetenbp</id> <url>http://joschi.github.io/jackson-datatype-threetenbp/${project.version}</url> </site> </distributionManagement> <developers> <developer> <name>Jochen Schalanda</name> <email>jochen@schalanda.name</email> </developer> </developers> <properties> <version.jackson.core>2.6.4</version.jackson.core> <version.jackson.databind>2.6.4</version.jackson.databind> <!-- Generate PackageVersion.java into this directory. --> <packageVersion.dir>com/fasterxml/jackson/datatype/threetenbp</packageVersion.dir> <packageVersion.package>com.fasterxml.jackson.datatype.threetenbp</packageVersion.package> <javac.src.version>1.6</javac.src.version> <javac.target.version>1.6</javac.target.version> <!-- Configuration properties for the OSGi maven-bundle-plugin --> <osgi.export>com.fasterxml.jackson.datatype.threetenbp.*;version=${project.version}</osgi.export> <threetenbp.version>1.3.1</threetenbp.version> </properties> <dependencies> <dependency> <groupId>org.threeten</groupId> <artifactId>threetenbp</artifactId> <version>${threetenbp.version}</version> </dependency> <!-- Extends Jackson mapper, 2.x --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${version.jackson.core}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${version.jackson.databind}</version> </dependency> <!-- Test Dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> <profiles> <profile> <id>java8-disable-strict-javadoc</id> <activation> <jdk>[1.8,)</jdk> </activation> <properties> <additionalparam>-Xdoclint:none</additionalparam> </properties> </profile> </profiles> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>1.4.1</version> <executions> <execution> <id>enforce-java</id> <phase>validate</phase> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireJavaVersion> <version>[1.6,)</version> <message>[ERROR] The currently supported version of Java is 1.6 or higher</message> </requireJavaVersion> <requireMavenVersion> <version>[3.0,)</version> <message>[ERROR] The currently supported version of Maven is 3.0 or higher</message> </requireMavenVersion> <requirePluginVersions> <banLatest>true</banLatest> <banRelease>true</banRelease> <banSnapshots>true</banSnapshots> <phases>clean,deploy,site</phases> <message>[ERROR] Best Practice is to always define plugin versions!</message> </requirePluginVersions> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.5.4</version> </plugin> <plugin> <!-- Inherited from oss-base. Generate PackageVersion.java.--> <groupId>com.google.code.maven-replacer-plugin</groupId> <artifactId>replacer</artifactId> <executions> <execution> <id>process-packageVersion</id> <phase>generate-sources</phase> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <inherited>true</inherited> <configuration> <source>${javac.src.version}</source> <target>${javac.target.version}</target> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> <optimize>true</optimize> <compilerArguments> <Xmaxerrs>10000</Xmaxerrs> <Xmaxwarns>10000</Xmaxwarns> <Xlint /> </compilerArguments> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.5.201505241946</version> <executions> <execution> <id>prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.eluder.coveralls</groupId> <artifactId>coveralls-maven-plugin</artifactId> <version>4.0.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.4</version> <configuration> <skipDeploy>true</skipDeploy> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.18.1</version> </plugin> <plugin> <groupId>com.github.github</groupId> <artifactId>site-maven-plugin</artifactId> <version>0.12</version> <configuration> <path>${project.version}</path> <message>Creating site for ${project.version}</message> <merge>true</merge> </configuration> <executions> <execution> <goals> <goal>site</goal> </goals> <phase>site-deploy</phase> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.8.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.3</version> <configuration> <detectLinks>true</detectLinks> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.19</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>3.5</version> <configuration> <targetJdk>${javac.target.version}</targetJdk> </configuration> </plugin> </plugins> </reporting> </project>
<dependency> <groupId>com.github.joschi.jackson</groupId> <artifactId>jackson-datatype-threetenbp</artifactId> <version>2.6.4</version> </dependency>
If you think the following jackson-datatype-threetenbp-2.6.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jackson-datatype-threetenbp-2.6.4.jar file