is not current version
Last Version 1.6.0

org.threeten:threetenbp 0.9

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

GroupId

GroupId

org.threeten
ArtifactId

ArtifactId

threetenbp
Version

Version

0.9
Type

Type

jar

Download threetenbp 0.9


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