MVN

org.scala-tools.testing : specs_2.9.1

Maven & Gradle

Sep 02, 2011
315 usages

specs is a Behaviour-Driven-Design framework

<dependency>
    <groupId>org.scala-tools.testing</groupId>
    <artifactId>specs_2.9.1</artifactId>
    <version>1.6.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scala-tools.testing : specs_2.9.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.9

All Versions

Choose a version of org.scala-tools.testing : specs_2.9.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
specs_2.9.1-1.6.9

How to add a dependency to Maven

Add the following org.scala-tools.testing : specs_2.9.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scala-tools.testing</groupId>
    <artifactId>specs_2.9.1</artifactId>
    <version>1.6.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scala-tools.testing : specs_2.9.1 gradle dependency to your build.gradle file:

implementation 'org.scala-tools.testing:specs_2.9.1:1.6.9'

Gradle Kotlin DSL: Add the following org.scala-tools.testing : specs_2.9.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scala-tools.testing:specs_2.9.1:1.6.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scala-tools.testing : specs_2.9.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scala-tools.testing" % "specs_2.9.1" % "1.6.9"

Advertisement

Dependencies from Group

Sep 02, 2011
315 usages
May 13, 2011
191 usages
Mar 27, 2010
180 usages
Dec 20, 2012
179 usages
0 stars
May 31, 2011
148 usages

Discover Dependencies

Nov 11, 2009
9 usages
Jun 13, 2014
102 usages
Jul 09, 2013
10 usages
Feb 23, 2012
45 usages
734 stars
Nov 27, 2007
27 usages
Dec 02, 2014
24 usages
Nov 06, 2014
15 usages
493 stars
May 14, 2013
10 usages
1 stars