MVN

org.specs2 : specs2-core_sjs0.6_2.13.0-M3

Maven & Gradle

Jul 10, 2018
7 usages

specs2-core · specs2-core

<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-core_sjs0.6_2.13.0-M3</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.specs2 : specs2-core_sjs0.6_2.13.0-M3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of org.specs2 : specs2-core_sjs0.6_2.13.0-M3 to add to Maven or Gradle - All Versions:

  • Version Updated
  • specs2-core_sjs0.6_2.13.0-M3-4.1.2

    Jul 10, 2018
  • specs2-core_sjs0.6_2.13.0-M3-4.1.1

    Jul 06, 2018
  • specs2-core_sjs0.6_2.13.0-M3-4.2.1-ca75f1d09-20180530093100

    May 30, 2018
  • specs2-core_sjs0.6_2.13.0-M3-4.2.0

    May 03, 2018
  • specs2-core_sjs0.6_2.13.0-M3-4.2.0-6fc1280b6-20180430142205

    Apr 30, 2018
  • specs2-core_sjs0.6_2.13.0-M3-4.0.4

    Apr 16, 2018
  • specs2-core_sjs0.6_2.13.0-M3-4.0.4-3593406-20180327185327

    Mar 27, 2018
  • specs2-core_sjs0.6_2.13.0-M3-4.0.3-83f81a8-20180227163433

    Feb 27, 2018
  • specs2-core_sjs0.6_2.13.0-M3-4.0.3

    Feb 19, 2018
  • specs2-core_sjs0.6_2.13.0-M3-4.0.2

    Feb 12, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-core_sjs0.6_2.13.0-M3</artifactId>
    <version>4.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.specs2 : specs2-core_sjs0.6_2.13.0-M3 gradle dependency to your build.gradle file:

implementation 'org.specs2:specs2-core_sjs0.6_2.13.0-M3:4.1.2'

Gradle Kotlin DSL: Add the following org.specs2 : specs2-core_sjs0.6_2.13.0-M3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.specs2:specs2-core_sjs0.6_2.13.0-M3:4.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.specs2 : specs2-core_sjs0.6_2.13.0-M3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.specs2" % "specs2-core_sjs0.6_2.13.0-M3" % "4.1.2"