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