MVN

io.github.cquiroz : scala-java-time_sjs1_2.11

Maven & Gradle

Nov 16, 2022
19 usages

scala-java-time · java.time API implementation in Scala and Scala.js

<dependency>
    <groupId>io.github.cquiroz</groupId>
    <artifactId>scala-java-time_sjs1_2.11</artifactId>
    <version>2.5.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cquiroz : scala-java-time_sjs1_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0-M1
  • Latest Release Candidate: 2.0.0-RC5

All Versions

Choose a version of io.github.cquiroz : scala-java-time_sjs1_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • scala-java-time_sjs1_2.11-2.5.0-M1

    Nov 16, 2022
  • scala-java-time_sjs1_2.11-2.4.0

    Jun 01, 2022
  • scala-java-time_sjs1_2.11-2.4.0-M3

    May 20, 2022
  • scala-java-time_sjs1_2.11-2.4.0-M2

    Mar 03, 2022
  • scala-java-time_sjs1_2.11-2.4.0-M1

    Jan 25, 2022
  • scala-java-time_sjs1_2.11-2.3.0

    May 15, 2021
  • scala-java-time_sjs1_2.11-2.2.2

    Apr 22, 2021
  • scala-java-time_sjs1_2.11-2.2.1

    Apr 05, 2021
  • scala-java-time_sjs1_2.11-2.2.0

    Feb 21, 2021
  • scala-java-time_sjs1_2.11-2.1.0

    Dec 23, 2020
  • scala-java-time_sjs1_2.11-2.0.0

    Apr 24, 2020
  • scala-java-time_sjs1_2.11-2.0.0-RC5

    Mar 09, 2020
  • scala-java-time_sjs1_2.11-2.0.0-RC4

    Mar 08, 2020

How to add a dependency to Maven

Add the following io.github.cquiroz : scala-java-time_sjs1_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.cquiroz</groupId>
    <artifactId>scala-java-time_sjs1_2.11</artifactId>
    <version>2.5.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.cquiroz : scala-java-time_sjs1_2.11 gradle dependency to your build.gradle file:

implementation 'io.github.cquiroz:scala-java-time_sjs1_2.11:2.5.0-M1'

Gradle Kotlin DSL: Add the following io.github.cquiroz : scala-java-time_sjs1_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.cquiroz:scala-java-time_sjs1_2.11:2.5.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.cquiroz : scala-java-time_sjs1_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.cquiroz" % "scala-java-time_sjs1_2.11" % "2.5.0-M1"