is not current version
Last Version 1.14

io.inbot:inbot-datemath 1.3

Utility class for parsing textual descriptions of time to java 8 Instant

GroupId

GroupId

io.inbot
ArtifactId

ArtifactId

inbot-datemath
Version

Version

1.3
Type

Type

jar

Download inbot-datemath 1.3


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