| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages Scala |
| GroupId | GroupIdcom.github.gtache |
| ArtifactId | ArtifactIdscalajs-plugin |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionScala.JS plugin
A plugin used to build Scala.js on Gradle.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scalajs-plugin-0.2.0.pom | |
| scalajs-plugin-0.2.0.jar | 163 KB |
| scalajs-plugin-0.2.0-sources.jar | 19 KB |
| scalajs-plugin-0.2.0-scaladoc.jar | 395 KB |
| scalajs-plugin-0.2.0-javadoc.jar | 261 bytes |
| scalajs-plugin-0.2.0-groovydoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gtache/scalajs-plugin/ -->
<dependency>
<groupId>com.github.gtache</groupId>
<artifactId>scalajs-plugin</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gtache/scalajs-plugin/
implementation 'com.github.gtache:scalajs-plugin:0.2.0'
// https://jarcasting.com/artifacts/com.github.gtache/scalajs-plugin/
implementation ("com.github.gtache:scalajs-plugin:0.2.0")
'com.github.gtache:scalajs-plugin:jar:0.2.0'
<dependency org="com.github.gtache" name="scalajs-plugin" rev="0.2.0">
<artifact name="scalajs-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gtache', module='scalajs-plugin', version='0.2.0')
)
libraryDependencies += "com.github.gtache" % "scalajs-plugin" % "0.2.0"
[com.github.gtache/scalajs-plugin "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-js : scalajs-js-envs_2.11 | jar | 0.6.9 |
| org.codehaus.groovy : groovy-all | jar | 2.4.4 |
| org.scala-js : scalajs-tools_2.11 | jar | 0.6.9 |
| org.scala-lang : scala-compiler | jar | 2.11.8 |
| org.scala-js : scalajs-sbt-test-adapter_2.11 | jar | 0.6.9 |
| org.scala-lang : scala-library | jar | 2.11.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 19.0 |
| junit : junit | jar | 4.12 |