MVN

org.scala-tools : time

Maven & Gradle

Sep 28, 2012

Scala-Time · A Scala wrapper for Joda Time

<dependency>
    <groupId>org.scala-tools</groupId>
    <artifactId>time</artifactId>
    <version>time_2.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: time_2.9.1

All Versions

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

Version Vulnerabilities Updated
time_2.9.x
time-time_2.9.1
time-time_2.9.0-1
time-time_2.9.0
time_2.8.x
time-time_2.8.1
time-time_2.8.0
time_2.7.x
time-time_2.7.7
time-time_2.7.6
time-time_2.7.5
2.7.x
time-2.7.4-0.1
time-2.7.3-0.1
time-2.7.2-0.1
time-2.7.1-0.1
time-2.7.0-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.scala-tools</groupId>
    <artifactId>time</artifactId>
    <version>time_2.9.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scala-tools:time:time_2.9.1'

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

implementation("org.scala-tools:time:time_2.9.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scala-tools" % "time" % "time_2.9.1"