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