MVN

org.specs2 : specs2-tests_2.12.0-M3

Maven & Gradle

May 05, 2016
734 stars

specs2-tests · specs2-tests

<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-tests_2.12.0-M3</artifactId>
    <version>3.8-20160505133221-f62fb45</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.specs2 : specs2-tests_2.12.0-M3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8-20160505133221-f62fb45

All Versions

Choose a version of org.specs2 : specs2-tests_2.12.0-M3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8
specs2-tests_2.12.0-M3-3.8-20160505133221-f62fb45
specs2-tests_2.12.0-M3-3.8
3.7.x
specs2-tests_2.12.0-M3-3.7.3-scalacheck-1.12
specs2-tests_2.12.0-M3-3.7.2-scalaz-7.1.7
specs2-tests_2.12.0-M3-3.7.2
specs2-tests_2.12.0-M3-3.7.1
3.7
specs2-tests_2.12.0-M3-3.7
specs2-tests_2.12.0-M3-3.7-scalaz-7.1.6
3.6.x
specs2-tests_2.12.0-M3-3.6.6-scalaz-7.2.0
specs2-tests_2.12.0-M3-3.6.5-20151025224741-adea3e0

How to add a dependency to Maven

Add the following org.specs2 : specs2-tests_2.12.0-M3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-tests_2.12.0-M3</artifactId>
    <version>3.8-20160505133221-f62fb45</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.specs2 : specs2-tests_2.12.0-M3 gradle dependency to your build.gradle file:

implementation 'org.specs2:specs2-tests_2.12.0-M3:3.8-20160505133221-f62fb45'

Gradle Kotlin DSL: Add the following org.specs2 : specs2-tests_2.12.0-M3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.specs2:specs2-tests_2.12.0-M3:3.8-20160505133221-f62fb45")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.specs2 : specs2-tests_2.12.0-M3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.specs2" % "specs2-tests_2.12.0-M3" % "3.8-20160505133221-f62fb45"

Advertisement