Files download
File Operation
test_sjs0.6_2.12-1.2.3.jar download
test_sjs0.6_2.12-1.2.3.pom download
test_sjs0.6_2.12-1.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.japgolly.scalajs-react</groupId>
  <artifactId>test_sjs0.6_2.12</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.japgolly.scalajs-react:test_sjs0.6_2.12:1.2.3'
Gradle Kotlin
implementation("com.github.japgolly.scalajs-react:test_sjs0.6_2.12:1.2.3")
Scala SBT
libraryDependencies += "com.github.japgolly.scalajs-react" % "test_sjs0.6_2.12" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.japgolly.scalajs-react', module='test_sjs0.6_2.12', version='1.2.3')
)
Apache Ivy
<dependency org="com.github.japgolly.scalajs-react" name="test_sjs0.6_2.12" rev="1.2.3" />
Leiningen
[com.github.japgolly.scalajs-react/test_sjs0.6_2.12 "1.2.3"]
Apache Buildr
'com.github.japgolly.scalajs-react:test_sjs0.6_2.12:jar:1.2.3'