MVN

io.inbot : inbot-datemath

Maven & Gradle

Nov 30, 2016
1 usages

inbot-datemath · Utility class for parsing textual descriptions of time to java 8 Instant

<dependency>
    <groupId>io.inbot</groupId>
    <artifactId>inbot-datemath</artifactId>
    <version>1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.inbot : inbot-datemath to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14

All Versions

Choose a version of io.inbot : inbot-datemath to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14
inbot-datemath-1.14
1.13
inbot-datemath-1.13
1.12
inbot-datemath-1.12
1.11
inbot-datemath-1.11
1.10
inbot-datemath-1.10
1.9
inbot-datemath-1.9
1.8
inbot-datemath-1.8
1.7
inbot-datemath-1.7
1.6
inbot-datemath-1.6
1.5
inbot-datemath-1.5
1.4
inbot-datemath-1.4
1.3
inbot-datemath-1.3
1.2
inbot-datemath-1.2
1.1
inbot-datemath-1.1
1.0
inbot-datemath-1.0

How to add a dependency to Maven

Add the following io.inbot : inbot-datemath maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.inbot</groupId>
    <artifactId>inbot-datemath</artifactId>
    <version>1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.inbot : inbot-datemath gradle dependency to your build.gradle file:

implementation 'io.inbot:inbot-datemath:1.14'

Gradle Kotlin DSL: Add the following io.inbot : inbot-datemath gradle kotlin dependency to your build.gradle.kts file:

implementation("io.inbot:inbot-datemath:1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.inbot : inbot-datemath sbt scala dependency to your build.sbt file:

libraryDependencies += "io.inbot" % "inbot-datemath" % "1.14"

Advertisement