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