scala-java-time-tzdb

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-tzdb_sjs0.6_2.10
Last Version

Last Version

2.0.0-RC3_2019a
Release Date

Release Date

Type

Type

jar
Description

Description

scala-java-time-tzdb
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-tzdb_sjs0.6_2.10

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.7
io.github.cquiroz : scala-java-time_sjs0.6_2.10 jar 2.0.0-RC3
org.scala-js : scalajs-library_2.10 jar 0.6.28

test (1)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.10 jar 0.6.28

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.1.0"

Documentation

See the documentation

Versions

Version
2.0.0-RC3_2019a
2.0.0-RC2_2019a
2.0.0-RC1_2018f
2.0.0-M13_2018c