Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.mklinger.commons |
ArtifactId | ArtifactIdjunit-support |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
junit-support-0.7.pom | |
junit-support-0.7.jar | 20 KB |
junit-support-0.7-sources.jar | 10 KB |
junit-support-0.7-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.mklinger.commons/junit-support/ -->
<dependency>
<groupId>de.mklinger.commons</groupId>
<artifactId>junit-support</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.mklinger.commons/junit-support/
implementation 'de.mklinger.commons:junit-support:0.7'
// https://jarcasting.com/artifacts/de.mklinger.commons/junit-support/
implementation ("de.mklinger.commons:junit-support:0.7")
'de.mklinger.commons:junit-support:jar:0.7'
<dependency org="de.mklinger.commons" name="junit-support" rev="0.7">
<artifact name="junit-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mklinger.commons', module='junit-support', version='0.7')
)
libraryDependencies += "de.mklinger.commons" % "junit-support" % "0.7"
[de.mklinger.commons/junit-support "0.7"]