ThreeTen backport for java.time package

Backport of JSR-310 from JDK 8 to JDK 7 and JDK 6. NOT an implementation of the JSR.

License

License

BSD 3-clause
Categories

Categories

Java Languages
GroupId

GroupId

com.github.seratch
ArtifactId

ArtifactId

java-time-backport
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ThreeTen backport for java.time package
Backport of JSR-310 from JDK 8 to JDK 7 and JDK 6. NOT an implementation of the JSR.
Project URL

Project URL

https://www.threeten.org/threetenbp
Source Code Management

Source Code Management

https://github.com/seratch/java-time-backport

Download java-time-backport

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.seratch/java-time-backport/ -->
<dependency>
    <groupId>com.github.seratch</groupId>
    <artifactId>java-time-backport</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/java-time-backport/
implementation 'com.github.seratch:java-time-backport:1.0.0'
// https://jarcasting.com/artifacts/com.github.seratch/java-time-backport/
implementation ("com.github.seratch:java-time-backport:1.0.0")
'com.github.seratch:java-time-backport:jar:1.0.0'
<dependency org="com.github.seratch" name="java-time-backport" rev="1.0.0">
  <artifact name="java-time-backport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='java-time-backport', version='1.0.0')
)
libraryDependencies += "com.github.seratch" % "java-time-backport" % "1.0.0"
[com.github.seratch/java-time-backport "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Just java.time package API Backport

Maven Central

This backport is a fork of ThreeTen/threetenbp.

This library just provides classes under java.time package for library maintainers.

Versions

Version
1.0.0