is not current version
Last Version 0.2.0

com.github.gtache:scalajs-plugin 0.1.1

A plugin used to build Scala.js on Gradle.

Categories

Categories

JavaScript Languages Scala
GroupId

GroupId

com.github.gtache
ArtifactId

ArtifactId

scalajs-plugin
Version

Version

0.1.1
Type

Type

jar

Download scalajs-plugin 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.gtache/scalajs-plugin/ -->
<dependency>
    <groupId>com.github.gtache</groupId>
    <artifactId>scalajs-plugin</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gtache/scalajs-plugin/
implementation 'com.github.gtache:scalajs-plugin:0.1.1'
// https://jarcasting.com/artifacts/com.github.gtache/scalajs-plugin/
implementation ("com.github.gtache:scalajs-plugin:0.1.1")
'com.github.gtache:scalajs-plugin:jar:0.1.1'
<dependency org="com.github.gtache" name="scalajs-plugin" rev="0.1.1">
  <artifact name="scalajs-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gtache', module='scalajs-plugin', version='0.1.1')
)
libraryDependencies += "com.github.gtache" % "scalajs-plugin" % "0.1.1"
[com.github.gtache/scalajs-plugin "0.1.1"]