MVN

codes.reactive : scala-time_2.10

Maven & Gradle

Jun 16, 2019
61 stars

Scala Time · Basic Scala wrapper for convenient use of JDK 1.8.0 time libraries.

<dependency>
    <groupId>codes.reactive</groupId>
    <artifactId>scala-time_2.10</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of codes.reactive : scala-time_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2
  • Latest Release Candidate: 0.1.0-RC1

All Versions

Choose a version of codes.reactive : scala-time_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
scala-time_2.10-0.4.2
scala-time_2.10-0.4.1
scala-time_2.10-0.4.0
0.1.x
scala-time_2.10-0.1.0-RC1

How to add a dependency to Maven

Add the following codes.reactive : scala-time_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>codes.reactive</groupId>
    <artifactId>scala-time_2.10</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following codes.reactive : scala-time_2.10 gradle dependency to your build.gradle file:

implementation 'codes.reactive:scala-time_2.10:0.4.2'

Gradle Kotlin DSL: Add the following codes.reactive : scala-time_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("codes.reactive:scala-time_2.10:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following codes.reactive : scala-time_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "codes.reactive" % "scala-time_2.10" % "0.4.2"

Advertisement