Time Normalization

Converts natural language expressions of dates and times to their normalized form

License

License

Categories

Categories

ORM Data
GroupId

GroupId

info.bethard
ArtifactId

ArtifactId

timenorm
Last Version

Last Version

0.9.6
Release Date

Release Date

Type

Type

jar
Description

Description

Time Normalization
Converts natural language expressions of dates and times to their normalized form
Project URL

Project URL

https://github.com/bethard/timenorm/

Download timenorm

How to add to project

<!-- https://jarcasting.com/artifacts/info.bethard/timenorm/ -->
<dependency>
    <groupId>info.bethard</groupId>
    <artifactId>timenorm</artifactId>
    <version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/info.bethard/timenorm/
implementation 'info.bethard:timenorm:0.9.6'
// https://jarcasting.com/artifacts/info.bethard/timenorm/
implementation ("info.bethard:timenorm:0.9.6")
'info.bethard:timenorm:jar:0.9.6'
<dependency org="info.bethard" name="timenorm" rev="0.9.6">
  <artifact name="timenorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.bethard', module='timenorm', version='0.9.6')
)
libraryDependencies += "info.bethard" % "timenorm" % "0.9.6"
[info.bethard/timenorm "0.9.6"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
no.arktekk : anti-xml_2.11 jar 0.6.0

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.scalatest : scalatest_2.11 jar 2.2.6
com.lexicalscope.jewelcli : jewelcli jar 0.8.9
org.timen : timen jar 1.0.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.6
0.9.5
0.9.0