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