Download joda-time-2.9.5.jar file - Jar j

Jar examples for j:joda-time

Description

Date and time library to replace JDK date handling.

You can download jar file joda-time 2.9.5 in this page.

License

Apache 2

Build File

You can use the following script to add joda-time-2.9.5.jar to your project.

<dependency>
   <groupId>joda-time</groupId>
   <artifactId>joda-time</artifactId>
   <version>2.9.5</version>
</dependency>
compile group: 'joda-time', name: 'joda-time', version: '2.9.5'
libraryDependencies += "joda-time" % "joda-time" % "2.9.5"
<dependency org="joda-time" name="joda-time" rev="2.9.5"/>
@Grapes(@Grab(group='joda-time', module='joda-time', version='2.9.5'))
'joda-time:joda-time:jar:2.9.5'

Download

Click the following link to download the jar file.

joda-time-2.9.5-javadoc.jar
joda-time-2.9.5-no-tzdb-javadoc.jar
joda-time-2.9.5-no-tzdb-sources.jar
joda-time-2.9.5-no-tzdb.jar
joda-time-2.9.5-sources.jar
joda-time-2.9.5.jar
joda-time-2.9.5.pom



Related Tutorials