Files download
File Operation
specs2-junit_2.11-3.6.2-20150714025313-9b19fc6.jar download
specs2-junit_2.11-3.6.2-20150714025313-9b19fc6.pom download
specs2-junit_2.11-3.6.2-20150714025313-9b19fc6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.specs2</groupId>
  <artifactId>specs2-junit_2.11</artifactId>
  <version>3.6.2-20150714025313-9b19fc6</version>
</dependency>
Gradle Groovy
implementation 'org.specs2:specs2-junit_2.11:3.6.2-20150714025313-9b19fc6'
Gradle Kotlin
implementation("org.specs2:specs2-junit_2.11:3.6.2-20150714025313-9b19fc6")
Scala SBT
libraryDependencies += "org.specs2" % "specs2-junit_2.11" % "3.6.2-20150714025313-9b19fc6"
Groovy Grape
@Grapes(
  @Grab(group='org.specs2', module='specs2-junit_2.11', version='3.6.2-20150714025313-9b19fc6')
)
Apache Ivy
<dependency org="org.specs2" name="specs2-junit_2.11" rev="3.6.2-20150714025313-9b19fc6" />
Leiningen
[org.specs2/specs2-junit_2.11 "3.6.2-20150714025313-9b19fc6"]
Apache Buildr
'org.specs2:specs2-junit_2.11:jar:3.6.2-20150714025313-9b19fc6'