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