![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
io.github.cquiroz:scala-java-time_sjs0.6_2.13.0-M5
Advanced tools
java.time API implementation in Scala and 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).
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-M4 are supported.
To get started with SBT, add one (or both) of these dependencies:
libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M13"
(for Scala)libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M13"
(for Scala.js, Scala.js plugin required)See the documentation
FAQs
java.time API implementation in Scala and Scala.js
We found that io.github.cquiroz:scala-java-time_sjs0.6_2.13.0-M5 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.