Download jchronic-0.2.6.jar file - Jar j

Jar examples for j:jchronic

Description

Natural language date parsing in Java, ported directly from Ruby's chronic

You can download jar file jchronic 0.2.6 in this page.

License

MIT License

Build File

You can use the following script to add jchronic-0.2.6.jar to your project.

<dependency>
   <groupId>com.rubiconproject.oss</groupId>
   <artifactId>jchronic</artifactId>
   <version>0.2.6</version>
</dependency>
compile group: 'com.rubiconproject.oss', name: 'jchronic', version: '0.2.6'
libraryDependencies += "com.rubiconproject.oss" % "jchronic" % "0.2.6"
<dependency org="com.rubiconproject.oss" name="jchronic" rev="0.2.6"/>
@Grapes(@Grab(group='com.rubiconproject.oss', module='jchronic', version='0.2.6'))
'com.rubiconproject.oss:jchronic:jar:0.2.6'

Download

Click the following link to download the jar file.

jchronic-0.2.6-javadoc.jar
jchronic-0.2.6-sources.jar
jchronic-0.2.6.jar
jchronic-0.2.6.pom



Related Tutorials