Download android.joda-2.9.9.1.jar file - Jar a

Jar examples for a:android

Description

Joda-Time library with Android specialization

You can download jar file android.joda 2.9.9.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add android.joda-2.9.9.1.jar to your project.

<dependency>
   <groupId>net.danlew</groupId>
   <artifactId>android.joda</artifactId>
   <version>2.9.9.1</version>
</dependency>
compile group: 'net.danlew', name: 'android.joda', version: '2.9.9.1'
libraryDependencies += "net.danlew" % "android.joda" % "2.9.9.1"
<dependency org="net.danlew" name="android.joda" rev="2.9.9.1"/>
@Grapes(@Grab(group='net.danlew', module='android.joda', version='2.9.9.1'))
'net.danlew:android.joda:jar:2.9.9.1'

Download

Click the following link to download the jar file.

android.joda-2.9.9.1-javadoc.jar
android.joda-2.9.9.1-sources.jar
android.joda-2.9.9.1.pom



Related Tutorials