MVN

org.specs2 : specs2-tests_2.12.0-M5

Maven & Gradle

Aug 26, 2016
735 stars

specs2-tests · specs2-tests

<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-tests_2.12.0-M5</artifactId>
    <version>3.8.4-20160825165200-b474dc3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.8.4-20160825165200-b474dc3

All Versions

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

Version Vulnerabilities Updated
3.8.x
specs2-tests_2.12.0-M5-3.8.4-20160825165200-b474dc3
specs2-tests_2.12.0-M5-3.8.4-20160819060225-dfcb73e

How to add a dependency to Maven

Add the following org.specs2 : specs2-tests_2.12.0-M5 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-M5</artifactId>
    <version>3.8.4-20160825165200-b474dc3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.specs2:specs2-tests_2.12.0-M5:3.8.4-20160825165200-b474dc3'

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

implementation("org.specs2:specs2-tests_2.12.0-M5:3.8.4-20160825165200-b474dc3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.specs2" % "specs2-tests_2.12.0-M5" % "3.8.4-20160825165200-b474dc3"

Advertisement