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