Download jISO8601-0.2.jar file - Jar j

Jar examples for j:jISO8601

Description

Library to parse dates provided in format ISO-8601

You can download jar file jISO8601 0.2 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add jISO8601-0.2.jar to your project.

<dependency>
   <groupId>fr.turri</groupId>
   <artifactId>jISO8601</artifactId>
   <version>0.2</version>
</dependency>
compile group: 'fr.turri', name: 'jISO8601', version: '0.2'
libraryDependencies += "fr.turri" % "jISO8601" % "0.2"
<dependency org="fr.turri" name="jISO8601" rev="0.2"/>
@Grapes(@Grab(group='fr.turri', module='jISO8601', version='0.2'))
'fr.turri:jISO8601:jar:0.2'

Download

Click the following link to download the jar file.

jISO8601-0.2-javadoc.jar
jISO8601-0.2-sources.jar
jISO8601-0.2.jar
jISO8601-0.2.pom



Related Tutorials