MVN

org.scala-sbt : testing_2.12

Maven & Gradle

Aug 24, 2023
1 usages
4.7k stars

Testing · sbt is an interactive build tool

<dependency>
    <groupId>org.scala-sbt</groupId>
    <artifactId>testing_2.12</artifactId>
    <version>1.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scala-sbt : testing_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.4
  • Latest Release Candidate: 1.9.0-RC3

All Versions

Choose a version of org.scala-sbt : testing_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
testing_2.12-1.9.4
testing_2.12-1.9.3
testing_2.12-1.9.2
testing_2.12-1.9.1
testing_2.12-1.9.0
testing_2.12-1.9.0-RC3
testing_2.12-1.9.0-RC2
testing_2.12-1.9.0-RC1
testing_2.12-1.9.0-M1
1.8.x
testing_2.12-1.8.3
testing_2.12-1.8.2
testing_2.12-1.8.1
testing_2.12-1.8.0
testing_2.12-1.8.0-RC1
1.7.x
testing_2.12-1.7.3
testing_2.12-1.7.2
testing_2.12-1.7.1
testing_2.12-1.7.0
testing_2.12-1.7.0-RC2
testing_2.12-1.7.0-RC1
testing_2.12-1.7.0-M3
testing_2.12-1.7.0-M2
testing_2.12-1.7.0-M2-6810fix
testing_2.12-1.7.0-M1
1.6.x
testing_2.12-1.6.2
testing_2.12-1.6.1
testing_2.12-1.6.0
testing_2.12-1.6.0-RC2
testing_2.12-1.6.0-RC1
testing_2.12-1.6.0-M1
1.5.x
testing_2.12-1.5.8
testing_2.12-1.5.7
testing_2.12-1.5.6
testing_2.12-1.5.5
testing_2.12-1.5.4
testing_2.12-1.5.3
testing_2.12-1.5.2
testing_2.12-1.5.1
testing_2.12-1.5.0
testing_2.12-1.5.0-RC2
testing_2.12-1.5.0-RC1
testing_2.12-1.5.0-M2
testing_2.12-1.5.0-M1
1.4.x
testing_2.12-1.4.9
testing_2.12-1.4.8
testing_2.12-1.4.7
testing_2.12-1.4.6
testing_2.12-1.4.5
testing_2.12-1.4.4
testing_2.12-1.4.3
testing_2.12-1.4.2
testing_2.12-1.4.1
testing_2.12-1.4.0
testing_2.12-1.4.0-RC2
testing_2.12-1.4.0-RC1
testing_2.12-1.4.0-M2
testing_2.12-1.4.0-M1
1.3.x
testing_2.12-1.3.13
testing_2.12-1.3.12
testing_2.12-1.3.11
testing_2.12-1.3.10
testing_2.12-1.3.9
testing_2.12-1.3.8
testing_2.12-1.3.7
testing_2.12-1.3.6
testing_2.12-1.3.5
testing_2.12-1.3.4
testing_2.12-1.3.3
testing_2.12-1.3.2
testing_2.12-1.3.1
testing_2.12-1.3.0
testing_2.12-1.3.0-RC5
testing_2.12-1.3.0-RC4
testing_2.12-1.3.0-RC3
testing_2.12-1.3.0-RC2
testing_2.12-1.3.0-M5-94d5ec
testing_2.12-1.3.0-M5
testing_2.12-1.3.0-RC1
testing_2.12-1.3.0-M4
testing_2.12-1.3.0-M3
testing_2.12-1.3.0-M2
testing_2.12-1.3.0-M1
1.2.x
testing_2.12-1.2.8
testing_2.12-1.2.7
testing_2.12-1.2.6
testing_2.12-1.2.5
testing_2.12-1.2.4
testing_2.12-1.2.3
testing_2.12-1.2.2
testing_2.12-1.2.1
testing_2.12-1.2.0
testing_2.12-1.2.0-RC3
testing_2.12-1.2.0-RC2
testing_2.12-1.2.0-RC1
testing_2.12-1.2.0-M1
1.1.x
testing_2.12-1.1.6
testing_2.12-1.1.5
testing_2.12-1.1.4
testing_2.12-1.1.3
testing_2.12-1.1.2
testing_2.12-1.1.1
testing_2.12-1.1.0
testing_2.12-1.1.0-RC4
testing_2.12-1.1.0-RC3
testing_2.12-1.1.0-RC2
testing_2.12-1.1.0-RC1
testing_2.12-1.1.0-M1
1.0.x
testing_2.12-1.0.4
testing_2.12-1.0.3
testing_2.12-1.0.2
testing_2.12-1.0.1
testing_2.12-1.0.0
testing_2.12-1.0.0-RC3
testing_2.12-1.0.0-RC2
testing_2.12-1.0.0-RC1
testing_2.12-1.0.0-M6
testing_2.12-1.0.0-M5

How to add a dependency to Maven

Add the following org.scala-sbt : testing_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scala-sbt</groupId>
    <artifactId>testing_2.12</artifactId>
    <version>1.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scala-sbt : testing_2.12 gradle dependency to your build.gradle file:

implementation 'org.scala-sbt:testing_2.12:1.9.4'

Gradle Kotlin DSL: Add the following org.scala-sbt : testing_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scala-sbt:testing_2.12:1.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scala-sbt : testing_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scala-sbt" % "testing_2.12" % "1.9.4"

Advertisement

Dependencies from Group

sbt
Aug 24, 2023
1.2k usages
4.7k stars
Jun 28, 2013
662 usages
14 stars
Apr 29, 2023
117 usages
41 stars
Jul 23, 2023
102 usages
326 stars
Jun 25, 2023
55 usages
41 stars

Discover Dependencies

Aug 24, 2023
1 usages
4.7k stars
Aug 24, 2023
4 usages
4.7k stars
Aug 24, 2023
1 usages
4.7k stars
Jul 05, 2023
2 usages
405 stars
Mar 13, 2018
1 usages
Feb 06, 2018
1 usages
0 stars
Jun 26, 2021
1 usages
1 stars