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