Just java.time package API Backport
This backport is a fork of ThreeTen/threetenbp.
This library just provides classes under java.time
package for library maintainers.
License |
License
BSD 3-clause
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.seratch |
ArtifactId | ArtifactIdjava-time-backport |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThreeTen 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-time-backport-1.0.0.pom | |
java-time-backport-1.0.0.jar | 486 KB |
java-time-backport-1.0.0-sources.jar | 525 KB |
java-time-backport-1.0.0-javadoc.jar | 844 KB |
Browse |
<!-- 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"]
This backport is a fork of ThreeTen/threetenbp.
This library just provides classes under java.time
package for library maintainers.