is not current version
Last Version 4.16.0

org.specs2:specs2-junit_2.13 4.8.3

specs2-junit

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.specs2
ArtifactId

ArtifactId

specs2-junit_2.13
Version

Version

4.8.3
Type

Type

jar

Download specs2-junit_2.13 4.8.3


<!-- https://jarcasting.com/artifacts/org.specs2/specs2-junit_2.13/ -->
<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-junit_2.13</artifactId>
    <version>4.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/specs2-junit_2.13/
implementation 'org.specs2:specs2-junit_2.13:4.8.3'
// https://jarcasting.com/artifacts/org.specs2/specs2-junit_2.13/
implementation ("org.specs2:specs2-junit_2.13:4.8.3")
'org.specs2:specs2-junit_2.13:jar:4.8.3'
<dependency org="org.specs2" name="specs2-junit_2.13" rev="4.8.3">
  <artifact name="specs2-junit_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='specs2-junit_2.13', version='4.8.3')
)
libraryDependencies += "org.specs2" % "specs2-junit_2.13" % "4.8.3"
[org.specs2/specs2-junit_2.13 "4.8.3"]