| License |
License
MIT license
|
|---|---|
| GroupId | GroupIdio.inbot |
| ArtifactId | ArtifactIdinbot-datemath |
| Last Version | Last Version1.14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioninbot-datemath
Utility class for parsing textual descriptions of time to java 8 Instant
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| inbot-datemath-1.14.pom | |
| inbot-datemath-1.14.jar | 7 KB |
| inbot-datemath-1.14-sources.jar | 2 KB |
| inbot-datemath-1.14-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.inbot/inbot-datemath/ -->
<dependency>
<groupId>io.inbot</groupId>
<artifactId>inbot-datemath</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.inbot/inbot-datemath/
implementation 'io.inbot:inbot-datemath:1.14'
// https://jarcasting.com/artifacts/io.inbot/inbot-datemath/
implementation ("io.inbot:inbot-datemath:1.14")
'io.inbot:inbot-datemath:jar:1.14'
<dependency org="io.inbot" name="inbot-datemath" rev="1.14">
<artifact name="inbot-datemath" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.inbot', module='inbot-datemath', version='1.14')
)
libraryDependencies += "io.inbot" % "inbot-datemath" % "1.14"
[io.inbot/inbot-datemath "1.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |
| org.assertj : assertj-core | jar | 1.6.1 |