is not current version
Last Version 0.9.6

info.bethard:timenorm 0.9.5

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

Categories

Categories

ORM Data
GroupId

GroupId

info.bethard
ArtifactId

ArtifactId

timenorm
Version

Version

0.9.5
Type

Type

jar

Download timenorm 0.9.5


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