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.8.1.jar download
threetenbp-0.8.1.pom download
threetenbp-0.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.threeten</groupId>
  <artifactId>threetenbp</artifactId>
  <version>0.8.1</version>
</dependency>
Gradle Groovy
implementation 'org.threeten:threetenbp:0.8.1'
Gradle Kotlin
implementation("org.threeten:threetenbp:0.8.1")
Scala SBT
libraryDependencies += "org.threeten" % "threetenbp" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='org.threeten', module='threetenbp', version='0.8.1')
)
Apache Ivy
<dependency org="org.threeten" name="threetenbp" rev="0.8.1" />
Leiningen
[org.threeten/threetenbp "0.8.1"]
Apache Buildr
'org.threeten:threetenbp:jar:0.8.1'
Dependencies