Scala.js
This is the repository for Scala.js, the Scala to JavaScript compiler.
License
Scala.js is distributed under the Apache License Version 2.0.
This is the repository for Scala.js, the Scala to JavaScript compiler.
Scala.js is distributed under the Apache License Version 2.0.
libraryDependencies += "org.scala-js" %% "scalajs-library" % "0.6.15"
import $ivy.`org.scala-js::scalajs-library:0.6.15`
<dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-library_2.12</artifactId> <version>0.6.15</version> </dependency>
compile group: 'org.scala-js', name: 'scalajs-library_2.12', version: '0.6.15'
ivy"org.scala-js::scalajs-library:0.6.15"
Only showing 100 dependents