Categories |
CategoriesJavaScript Languages Scala |
---|---|
GroupId | GroupIdcom.github.gtache |
ArtifactId | ArtifactIdscalajs-plugin |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
scalajs-plugin-0.1.1.pom | |
scalajs-plugin-0.1.1.jar | 40 KB |
scalajs-plugin-0.1.1-sources.jar | 7 KB |
scalajs-plugin-0.1.1-scaladoc.jar | 351 KB |
scalajs-plugin-0.1.1-javadoc.jar | 261 bytes |
scalajs-plugin-0.1.1-groovydoc.jar | 53 KB |
Browse |
<!-- 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"]