Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.rrrekin |
ArtifactId | ArtifactIdmultitests-junit4 |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
multitests-junit4-0.6.0.pom | |
multitests-junit4-0.6.0.jar | 7 KB |
multitests-junit4-0.6.0-sources.jar | 5 KB |
multitests-junit4-0.6.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rrrekin/multitests-junit4/ -->
<dependency>
<groupId>com.github.rrrekin</groupId>
<artifactId>multitests-junit4</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rrrekin/multitests-junit4/
implementation 'com.github.rrrekin:multitests-junit4:0.6.0'
// https://jarcasting.com/artifacts/com.github.rrrekin/multitests-junit4/
implementation ("com.github.rrrekin:multitests-junit4:0.6.0")
'com.github.rrrekin:multitests-junit4:jar:0.6.0'
<dependency org="com.github.rrrekin" name="multitests-junit4" rev="0.6.0">
<artifact name="multitests-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rrrekin', module='multitests-junit4', version='0.6.0')
)
libraryDependencies += "com.github.rrrekin" % "multitests-junit4" % "0.6.0"
[com.github.rrrekin/multitests-junit4 "0.6.0"]