Download joda-time-1.6.1.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 1.6.1 in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

joda-time-1.6.1-javadoc.jar
joda-time-1.6.1-sources.jar
joda-time-1.6.1.jar
joda-time-1.6.1.pom



Related Tutorials