MVN

org.refcodes : refcodes-time

Maven & Gradle

Aug 20, 2023
2 usages

org.refcodes:refcodes-time · Artifact for providing time and date related functionality such as utilities.

<dependency>
    <groupId>org.refcodes</groupId>
    <artifactId>refcodes-time</artifactId>
    <version>3.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.refcodes : refcodes-time to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.8

All Versions

Choose a version of org.refcodes : refcodes-time to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
refcodes-time-3.2.8
refcodes-time-3.2.7
refcodes-time-3.2.6
refcodes-time-3.2.5
refcodes-time-3.2.4
refcodes-time-3.2.3
refcodes-time-3.2.2
refcodes-time-3.2.0
3.1.x
refcodes-time-3.1.3
refcodes-time-3.1.2
refcodes-time-3.1.1
refcodes-time-3.1.0
3.0.x
refcodes-time-3.0.9
refcodes-time-3.0.8
refcodes-time-3.0.7
refcodes-time-3.0.6
refcodes-time-3.0.5
refcodes-time-3.0.4
refcodes-time-3.0.3
refcodes-time-3.0.2
refcodes-time-3.0.1
refcodes-time-3.0.0
2.2.x
refcodes-time-2.2.2
refcodes-time-2.2.1
refcodes-time-2.2.0
2.1.x
refcodes-time-2.1.6
refcodes-time-2.1.5
refcodes-time-2.1.4
refcodes-time-2.1.3
refcodes-time-2.1.2
refcodes-time-2.1.1
refcodes-time-2.1.0
2.0.x
refcodes-time-2.0.5
refcodes-time-2.0.4
refcodes-time-2.0.3
refcodes-time-2.0.2
refcodes-time-2.0.1
refcodes-time-2.0.0
1.10.x
refcodes-time-1.10.3
refcodes-time-1.10.2
refcodes-time-1.10.1
refcodes-time-1.10.0
1.9.x
refcodes-time-1.9.9
1.3.x
refcodes-time-1.3.5
refcodes-time-1.3.4
refcodes-time-1.3.3
refcodes-time-1.3.2
refcodes-time-1.3.1
refcodes-time-1.3.0
1.2.x
refcodes-time-1.2.9
refcodes-time-1.2.8
refcodes-time-1.2.7
refcodes-time-1.2.6
refcodes-time-1.2.5
refcodes-time-1.2.4
refcodes-time-1.2.3
refcodes-time-1.2.2
refcodes-time-1.2.1
refcodes-time-1.2.0
1.1.x
refcodes-time-1.1.9
refcodes-time-1.1.8
refcodes-time-1.1.7
refcodes-time-1.1.6
refcodes-time-1.1.5
refcodes-time-1.1.4
refcodes-time-1.1.3
refcodes-time-1.1.2
refcodes-time-1.1.1
refcodes-time-1.1.0

How to add a dependency to Maven

Add the following org.refcodes : refcodes-time maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.refcodes</groupId>
    <artifactId>refcodes-time</artifactId>
    <version>3.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.refcodes : refcodes-time gradle dependency to your build.gradle file:

implementation 'org.refcodes:refcodes-time:3.2.8'

Gradle Kotlin DSL: Add the following org.refcodes : refcodes-time gradle kotlin dependency to your build.gradle.kts file:

implementation("org.refcodes:refcodes-time:3.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.refcodes : refcodes-time sbt scala dependency to your build.sbt file:

libraryDependencies += "org.refcodes" % "refcodes-time" % "3.2.8"

Advertisement