MVN

com.github.japgolly.scalajs-react : test_sjs0.6_2.12

Maven & Gradle

Nov 25, 2020
40 usages

test · test

<dependency>
    <groupId>com.github.japgolly.scalajs-react</groupId>
    <artifactId>test_sjs0.6_2.12</artifactId>
    <version>1.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.japgolly.scalajs-react : test_sjs0.6_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.7
  • Latest Release Candidate: 1.5.0-RC2

All Versions

Choose a version of com.github.japgolly.scalajs-react : test_sjs0.6_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • test_sjs0.6_2.12-1.7.7

    Nov 25, 2020
  • test_sjs0.6_2.12-1.7.6

    Nov 15, 2020
  • test_sjs0.6_2.12-1.7.5

    Aug 15, 2020
  • test_sjs0.6_2.12-1.7.4

    Jul 31, 2020
  • test_sjs0.6_2.12-1.7.3

    Jun 30, 2020
  • test_sjs0.6_2.12-1.7.2

    Jun 22, 2020
  • test_sjs0.6_2.12-1.7.1

    Jun 16, 2020
  • test_sjs0.6_2.12-1.7.0

    May 11, 2020
  • test_sjs0.6_2.12-1.6.0

    Jan 20, 2020
  • test_sjs0.6_2.12-1.5.0

    Jan 06, 2020
  • test_sjs0.6_2.12-1.5.0-RC2

    Sep 07, 2019
  • test_sjs0.6_2.12-1.5.0-RC1

    Sep 01, 2019
  • test_sjs0.6_2.12-1.4.2

    May 10, 2019
  • test_sjs0.6_2.12-1.4.1

    Mar 17, 2019
  • test_sjs0.6_2.12-1.4.0

    Jan 28, 2019
  • test_sjs0.6_2.12-1.3.1

    Sep 22, 2018
  • test_sjs0.6_2.12-1.3.0

    Sep 16, 2018
  • test_sjs0.6_2.12-1.2.3

    Jul 17, 2018
  • test_sjs0.6_2.12-1.2.2

    Jul 14, 2018
  • test_sjs0.6_2.12-1.2.1

    Jun 30, 2018
  • test_sjs0.6_2.12-1.2.0

    Mar 12, 2018
  • test_sjs0.6_2.12-1.1.1

    Oct 29, 2017
  • test_sjs0.6_2.12-1.1.0

    Jul 14, 2017
  • test_sjs0.6_2.12-0.11.5

    Jul 12, 2017
  • test_sjs0.6_2.12-1.0.1

    Jun 08, 2017
  • test_sjs0.6_2.12-0.11.4

    May 02, 2017
  • test_sjs0.6_2.12-1.0.0

    Apr 26, 2017
  • test_sjs0.6_2.12-1.0.0-RC3

    Apr 20, 2017
  • test_sjs0.6_2.12-1.0.0-RC2

    Mar 21, 2017
  • test_sjs0.6_2.12-1.0.0-RC1

    Mar 07, 2017
  • test_sjs0.6_2.12-0.11.3

    Nov 05, 2016

How to add a dependency to Maven

Add the following com.github.japgolly.scalajs-react : test_sjs0.6_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.japgolly.scalajs-react</groupId>
    <artifactId>test_sjs0.6_2.12</artifactId>
    <version>1.7.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.japgolly.scalajs-react : test_sjs0.6_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.japgolly.scalajs-react:test_sjs0.6_2.12:1.7.7'

Gradle Kotlin DSL: Add the following com.github.japgolly.scalajs-react : test_sjs0.6_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.japgolly.scalajs-react:test_sjs0.6_2.12:1.7.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.japgolly.scalajs-react : test_sjs0.6_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.japgolly.scalajs-react" % "test_sjs0.6_2.12" % "1.7.7"