| Categories | CategoriesJUnit Unit Testing | 
|---|---|
| GroupId | GroupIdorg.specs2 | 
| ArtifactId | ArtifactIdspecs2-junit_3 | 
| Version | Version4.14.1-cross | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.specs2/specs2-junit_3/ -->
<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-junit_3</artifactId>
    <version>4.14.1-cross</version>
</dependency>// https://jarcasting.com/artifacts/org.specs2/specs2-junit_3/
implementation 'org.specs2:specs2-junit_3:4.14.1-cross'// https://jarcasting.com/artifacts/org.specs2/specs2-junit_3/
implementation ("org.specs2:specs2-junit_3:4.14.1-cross")'org.specs2:specs2-junit_3:jar:4.14.1-cross'<dependency org="org.specs2" name="specs2-junit_3" rev="4.14.1-cross">
  <artifact name="specs2-junit_3" type="jar" />
</dependency>@Grapes(
@Grab(group='org.specs2', module='specs2-junit_3', version='4.14.1-cross')
)libraryDependencies += "org.specs2" % "specs2-junit_3" % "4.14.1-cross"[org.specs2/specs2-junit_3 "4.14.1-cross"]