| Categories | CategoriesJUnit Unit Testing | 
|---|---|
| GroupId | GroupIdorg.specs2 | 
| ArtifactId | ArtifactIdspecs2-junit_3 | 
| Version | Version5.0.0-RC-16 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| specs2-junit_3-5.0.0-RC-16.pom | |
| specs2-junit_3-5.0.0-RC-16.jar | 173 KB | 
| specs2-junit_3-5.0.0-RC-16-sources.jar | 12 KB | 
| specs2-junit_3-5.0.0-RC-16-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.specs2/specs2-junit_3/ -->
<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-junit_3</artifactId>
    <version>5.0.0-RC-16</version>
</dependency>// https://jarcasting.com/artifacts/org.specs2/specs2-junit_3/
implementation 'org.specs2:specs2-junit_3:5.0.0-RC-16'// https://jarcasting.com/artifacts/org.specs2/specs2-junit_3/
implementation ("org.specs2:specs2-junit_3:5.0.0-RC-16")'org.specs2:specs2-junit_3:jar:5.0.0-RC-16'<dependency org="org.specs2" name="specs2-junit_3" rev="5.0.0-RC-16">
  <artifact name="specs2-junit_3" type="jar" />
</dependency>@Grapes(
@Grab(group='org.specs2', module='specs2-junit_3', version='5.0.0-RC-16')
)libraryDependencies += "org.specs2" % "specs2-junit_3" % "5.0.0-RC-16"[org.specs2/specs2-junit_3 "5.0.0-RC-16"]