scalajs-java-time


License

License

BSD New
Categories

Categories

JavaScript Languages Java Scala
GroupId

GroupId

org.scala-js
ArtifactId

ArtifactId

scalajs-java-time_sjs0.6_2.11
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

scalajs-java-time
scalajs-java-time
Project URL

Project URL

http://scala-js.org/
Project Organization

Project Organization

org.scala-js
Source Code Management

Source Code Management

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

Download scalajs-java-time_sjs0.6_2.11

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.scala-js : scalajs-library_2.11 jar 0.6.31

test (1)

Group / Artifact Type Version
org.scala-js : scalajs-test-bridge_2.11 jar 0.6.31

Project Modules

There are no modules declared in this project.

scalajs-java-time (deprecated)

Build Status Scala.js Scala.js

scalajs-java-time is a BSD-licensed partial reimplementation of the java.time API of JDK8 for Scala.js.

This project is incomplete and has stalled

This project is very incomplete and efforts to expand it have stalled. Consider using one of the following alternatives instead:

Issues will not be worked on.

Pull requests may be reviewed and merged.

Usage

Add the following line to your sbt settings:

libraryDependencies += "org.scala-js" %%% "scalajs-java-time" % "1.0.0"

If you have a crossProject, the setting must be used only in the JS part:

lazy val myCross = crossProject
  ...
  .jsSettings(
    libraryDependencies += "org.scala-js" %%% "scalajs-java-time" % "1.0.0"
  )

Requirement: you must use a host JDK8 to build your project, i.e., to launch sbt. scalajs-java-time does not work on earlier JDKs.

Linking errors

This library is very incomplete. There are many classes and methods that have not been implemented yet. If you use any of those, you will get linking errors.

Consider using on the alternatives mentioned above.

License

scalajs-java-time is distributed under the BSD 3-Clause license.

Contributing

Follow the contributing guide.

org.scala-js

Scala.js

Versions

Version
1.0.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0