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

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

joda-time-2.1-extended-1.0.1-javadoc.jar
joda-time-2.1-extended-1.0.1-sources.jar
joda-time-2.1-extended-1.0.1.jar
joda-time-2.1-extended-1.0.1.pom



Related Tutorials