MVN

org.specs2 : specs2-cats_2.10

Maven & Gradle

Jun 02, 2017
735 stars

specs2-cats · specs2-cats

<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-cats_2.10</artifactId>
    <version>3.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.specs2 : specs2-cats_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.0

All Versions

Choose a version of org.specs2 : specs2-cats_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
specs2-cats_2.10-3.9.0
3.8.x
specs2-cats_2.10-3.8.9-20170522072813-3d83c92
specs2-cats_2.10-3.8.9-20170519080524-c1457d5
specs2-cats_2.10-3.8.9-20170513130911-c42a6fe
specs2-cats_2.10-3.8.9-20170417195349-7b7973e
specs2-cats_2.10-3.8.9-20170416215732-badcded
specs2-cats_2.10-3.8.9-20170404161946-46dd4cb
specs2-cats_2.10-3.8.9-20170330160759-0665464
specs2-cats_2.10-3.8.9
specs2-cats_2.10-3.8.8-20170228162720-a7d4c14
specs2-cats_2.10-3.8.8
specs2-cats_2.10-3.8.7-20170203233805-3b836b9
specs2-cats_2.10-3.8.7-20170202221116-f32a298
specs2-cats_2.10-3.8.7-20170202003034-3739406
specs2-cats_2.10-3.8.7-20170130231531-f808b61
specs2-cats_2.10-3.8.7
specs2-cats_2.10-3.8.6-scalaz-7.1
specs2-cats_2.10-3.8.6
specs2-cats_2.10-3.8.5.1-scalaz-7.1
specs2-cats_2.10-3.8.5.1
specs2-cats_2.10-3.8.5-20160914090233-50e99f0
specs2-cats_2.10-3.8.5-scalaz-7.1.10
specs2-cats_2.10-3.8.5
specs2-cats_2.10-3.8.4-20160909214031-92b5f32
specs2-cats_2.10-3.8.4-20160825165200-b474dc3
specs2-cats_2.10-3.8.4-20160819060225-dfcb73e
specs2-cats_2.10-3.8.4.1-scalaz-7.1
specs2-cats_2.10-3.8.4-scalaz-7.1
specs2-cats_2.10-3.8.4-scalacheck-1.12.5
specs2-cats_2.10-3.8.4-scalacheck-2.12.5
specs2-cats_2.10-3.8.4
specs2-cats_2.10-3.8.3
specs2-cats_2.10-3.8.3-20160524134053-8145e17
specs2-cats_2.10-3.8.3-scalaz-7.1
specs2-cats_2.10-3.8.2-scalaz-7.1
specs2-cats_2.10-3.8.2
specs2-cats_2.10-3.8.1-scalaz-7.1
specs2-cats_2.10-3.8.1
3.8
specs2-cats_2.10-3.8-20160505133221-f62fb45
specs2-cats_2.10-3.8
3.7.x
specs2-cats_2.10-3.7.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-cats_2.10</artifactId>
    <version>3.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.specs2 : specs2-cats_2.10 gradle dependency to your build.gradle file:

implementation 'org.specs2:specs2-cats_2.10:3.9.0'

Gradle Kotlin DSL: Add the following org.specs2 : specs2-cats_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.specs2:specs2-cats_2.10:3.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.specs2 : specs2-cats_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.specs2" % "specs2-cats_2.10" % "3.9.0"