t

threetenbp

Backport of JSR-310 to JDK 1.7. NOT an implementation of the JSR.
https://github.com/ThreeTen/threetenbp
BSD 3-clause
ThreeTen.org
Stephen Colebourne
Files download
File Operation
threetenbp-0.7.2.jar download
threetenbp-0.7.2.pom download
threetenbp-0.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.threeten</groupId>
  <artifactId>threetenbp</artifactId>
  <version>0.7.2</version>
</dependency>
Gradle Groovy
implementation 'org.threeten:threetenbp:0.7.2'
Gradle Kotlin
implementation("org.threeten:threetenbp:0.7.2")
Scala SBT
libraryDependencies += "org.threeten" % "threetenbp" % "0.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.threeten', module='threetenbp', version='0.7.2')
)
Apache Ivy
<dependency org="org.threeten" name="threetenbp" rev="0.7.2" />
Leiningen
[org.threeten/threetenbp "0.7.2"]
Apache Buildr
'org.threeten:threetenbp:jar:0.7.2'
Dependencies