Registry / other / scala3-library-sjs1-3

scala3-library-sjs1-3

JSON →
library3.8.3javamavenunverified

Scala 3 standard library compiled for Scala.js, enabling Scala 3 applications to run in JavaScript environments.

<dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_sjs1_3</artifactId> <version>3.8.3</version> </dependency>
INSTALL
IMPORT
SIG · SCALA3-LIBRARY-SJS
S
scala3-library-sjs1-3
otherjavav3.8.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JSExportTopLevel
scala.scalajs.js.annotation.JSExportTopLevel

Minimal Scala.js application entry point with JS export.

import scala.scalajs.js.annotation.JSExportTopLevel object Main { @JSExportTopLevel("main") def main(): Unit = { println("Hello from Scala.js!") } }
Debug
Known issues
gotchaThis artifact is for Scala.js 1.x; ensure your project uses the correct Scala.js version.
fix
Use sbt plugin 'scala-js' version 1.x and set scalaJSVersion accordingly.
affects: >=3.0.0
Upgrade
Version history
3.8.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
scala3-library-sjs1-3 — mvn dependency:get scala3-library-sjs1-3 · libregistry