scala-java-time

java.time API implementation in Scala and Scala.js

License

License

Categories

Categories

Java Languages Scala
GroupId

GroupId

io.github.cquiroz
ArtifactId

ArtifactId

scala-java-time_sjs0.6_2.12
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

scala-java-time
java.time API implementation in Scala and Scala.js
Project URL

Project URL

https://github.com/cquiroz/scala-java-time
Project Organization

Project Organization

io.github.cquiroz
Source Code Management

Source Code Management

https://github.com/cquiroz/scala-java-time

Download scala-java-time_sjs0.6_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.cquiroz/scala-java-time_sjs0.6_2.12/ -->
<dependency>
    <groupId>io.github.cquiroz</groupId>
    <artifactId>scala-java-time_sjs0.6_2.12</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cquiroz/scala-java-time_sjs0.6_2.12/
implementation 'io.github.cquiroz:scala-java-time_sjs0.6_2.12:2.0.0'
// https://jarcasting.com/artifacts/io.github.cquiroz/scala-java-time_sjs0.6_2.12/
implementation ("io.github.cquiroz:scala-java-time_sjs0.6_2.12:2.0.0")
'io.github.cquiroz:scala-java-time_sjs0.6_2.12:jar:2.0.0'
<dependency org="io.github.cquiroz" name="scala-java-time_sjs0.6_2.12" rev="2.0.0">
  <artifact name="scala-java-time_sjs0.6_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cquiroz', module='scala-java-time_sjs0.6_2.12', version='2.0.0')
)
libraryDependencies += "io.github.cquiroz" % "scala-java-time_sjs0.6_2.12" % "2.0.0"
[io.github.cquiroz/scala-java-time_sjs0.6_2.12 "2.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
org.scala-js : scalajs-library_2.12 jar 0.6.32
org.portable-scala : portable-scala-reflect_sjs0.6_2.12 jar 1.0.0
io.github.cquiroz : scala-java-locales_sjs0.6_2.12 jar 1.0.0

test (1)

Group / Artifact Type Version
org.scala-js : scalajs-test-bridge_2.12 jar 0.6.32

Project Modules

There are no modules declared in this project.

Scala Java-Time

Join the chat at https://gitter.im/scala-java-time/Lobby build Maven Central Scala.js Scala.js

This project provides an implementation of the java.time package, a date and time library that was added in Java 8. The implementation is based on the original BSD-licensed reference implementation (before it was contributed to OpenJDK).

Usage

The scala-java-time library is currently available for Scala (JVM, version 8 and later) and Scala.js (JavaScript). Scala 2.11, Scala 2.12 and Scala 2.13 are supported.

To get started with SBT, add one (or both) of these dependencies:

  • libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0"

Documentation

See the documentation

Versions

Version
2.0.0
2.0.0-RC5
2.0.0-RC4
2.0.0-RC3
2.0.0-RC2
2.0.0-RC1
2.0.0-M13
2.0.0-M12
2.0.0-M11
2.0.0-M10
2.0.0-M9
2.0.0-M8
2.0.0-M7
2.0.0-M6