Download timel-0.2.0-rc12.jar file - Jar t

Jar examples for t:timel

Description

TimEL is a Java library to parse and evaluate discreet time mathematical expressions

You can download jar file timel 0.2.0-rc12 in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add timel-0.2.0-rc12.jar to your project.

<dependency>
   <groupId>net.vleo.timel</groupId>
   <artifactId>timel</artifactId>
   <version>0.2.0-rc12</version>
</dependency>
compile group: 'net.vleo.timel', name: 'timel', version: '0.2.0-rc12'
libraryDependencies += "net.vleo.timel" % "timel" % "0.2.0-rc12"
<dependency org="net.vleo.timel" name="timel" rev="0.2.0-rc12"/>
@Grapes(@Grab(group='net.vleo.timel', module='timel', version='0.2.0-rc12'))
'net.vleo.timel:timel:jar:0.2.0-rc12'

Download

Click the following link to download the jar file.

timel-0.2.0-rc12-javadoc.jar
timel-0.2.0-rc12-sources.jar
timel-0.2.0-rc12.jar
timel-0.2.0-rc12.pom



Related Tutorials