License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.vleo.timel |
ArtifactId | ArtifactIdtimel |
Last Version | Last Version0.2.0-rc12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTimEL core
TimEL is a Java library to parse and evaluate discreet time mathematical expressions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
timel-0.2.0-rc12.pom | |
timel-0.2.0-rc12.jar | 293 KB |
timel-0.2.0-rc12-sources.jar | 219 KB |
timel-0.2.0-rc12-javadoc.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.vleo.timel/timel/ -->
<dependency>
<groupId>net.vleo.timel</groupId>
<artifactId>timel</artifactId>
<version>0.2.0-rc12</version>
</dependency>
// https://jarcasting.com/artifacts/net.vleo.timel/timel/
implementation 'net.vleo.timel:timel:0.2.0-rc12'
// https://jarcasting.com/artifacts/net.vleo.timel/timel/
implementation ("net.vleo.timel:timel:0.2.0-rc12")
'net.vleo.timel:timel:jar:0.2.0-rc12'
<dependency org="net.vleo.timel" name="timel" rev="0.2.0-rc12">
<artifact name="timel" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.vleo.timel', module='timel', version='0.2.0-rc12')
)
libraryDependencies += "net.vleo.timel" % "timel" % "0.2.0-rc12"
[net.vleo.timel/timel "0.2.0-rc12"]
Group / Artifact | Type | Version |
---|---|---|
joda-time : joda-time | jar | 2.7 |
org.matheclipse : matheclipse-parser | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.commons : commons-csv | jar | 1.1 |