| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdorg.revapi.testjars |
| ArtifactId | ArtifactIdtestjars-junit4 |
| Version | Version0.2.0 |
| Type | Typejar |
| Description |
DescriptionThis module is meant to serve as parent for other modules that actually contain code and
need to depend on other libraries.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| testjars-junit4-0.2.0.pom | |
| testjars-junit4-0.2.0.jar | 3 KB |
| testjars-junit4-0.2.0-sources.jar | 2 KB |
| testjars-junit4-0.2.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.revapi.testjars/testjars-junit4/ -->
<dependency>
<groupId>org.revapi.testjars</groupId>
<artifactId>testjars-junit4</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.revapi.testjars/testjars-junit4/
implementation 'org.revapi.testjars:testjars-junit4:0.2.0'
// https://jarcasting.com/artifacts/org.revapi.testjars/testjars-junit4/
implementation ("org.revapi.testjars:testjars-junit4:0.2.0")
'org.revapi.testjars:testjars-junit4:jar:0.2.0'
<dependency org="org.revapi.testjars" name="testjars-junit4" rev="0.2.0">
<artifact name="testjars-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.revapi.testjars', module='testjars-junit4', version='0.2.0')
)
libraryDependencies += "org.revapi.testjars" % "testjars-junit4" % "0.2.0"
[org.revapi.testjars/testjars-junit4 "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.revapi.testjars : testjars-core | jar | 0.2.0 |
| junit : junit | jar | 4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.0 |