Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.rrrekin |
ArtifactId | ArtifactIdmultitests-junit4 |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
multitests-junit4-0.7.0.pom | |
multitests-junit4-0.7.0.jar | 7 KB |
multitests-junit4-0.7.0-sources.jar | 6 KB |
multitests-junit4-0.7.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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rrrekin/multitests-junit4/
implementation 'com.github.rrrekin:multitests-junit4:0.7.0'
// https://jarcasting.com/artifacts/com.github.rrrekin/multitests-junit4/
implementation ("com.github.rrrekin:multitests-junit4:0.7.0")
'com.github.rrrekin:multitests-junit4:jar:0.7.0'
<dependency org="com.github.rrrekin" name="multitests-junit4" rev="0.7.0">
<artifact name="multitests-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rrrekin', module='multitests-junit4', version='0.7.0')
)
libraryDependencies += "com.github.rrrekin" % "multitests-junit4" % "0.7.0"
[com.github.rrrekin/multitests-junit4 "0.7.0"]