is not current version
Last Version 1.6.0

org.threeten:threetenbp 1.5.0

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

GroupId

GroupId

org.threeten
ArtifactId

ArtifactId

threetenbp
Version

Version

1.5.0
Type

Type

jar

Download threetenbp 1.5.0


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