soc / scala-java-time   4.0.0-M3

GitHub

A Scala implementation of java.time

Scala versions: 2.12 2.11 2.10
Scala.js versions: 0.6
sbt plugins: 0.13

scala-java-time 2.0.0-M4


Group ID:
io.github.soc
Artifact ID:
scala-java-time_2.12
Version:
2.0.0-M4
Release Date:
Nov 15, 2016
Licenses:

libraryDependencies += "io.github.soc" %% "scala-java-time" % "2.0.0-M4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"io.github.soc::scala-java-time:2.0.0-M4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "io.github.soc::scala-java-time:2.0.0-M4"

Ammonite REPL

import $ivy.`io.github.soc::scala-java-time:2.0.0-M4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.github.soc</groupId>
  <artifactId>scala-java-time_2.12</artifactId>
  <version>2.0.0-M4</version>
</dependency>

compile group: 'io.github.soc', name: 'scala-java-time_2.12', version: '2.0.0-M4'