Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.simpleworks.staf |
ArtifactId | ArtifactIdjunit4-module |
Version | Version0.100 |
Type | Typejar |
Filename | Size |
---|---|
junit4-module-0.100.pom | |
junit4-module-0.100.jar | 7 KB |
junit4-module-0.100-sources.jar | 5 KB |
junit4-module-0.100-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.simpleworks.staf/junit4-module/ -->
<dependency>
<groupId>de.simpleworks.staf</groupId>
<artifactId>junit4-module</artifactId>
<version>0.100</version>
</dependency>
// https://jarcasting.com/artifacts/de.simpleworks.staf/junit4-module/
implementation 'de.simpleworks.staf:junit4-module:0.100'
// https://jarcasting.com/artifacts/de.simpleworks.staf/junit4-module/
implementation ("de.simpleworks.staf:junit4-module:0.100")
'de.simpleworks.staf:junit4-module:jar:0.100'
<dependency org="de.simpleworks.staf" name="junit4-module" rev="0.100">
<artifact name="junit4-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.simpleworks.staf', module='junit4-module', version='0.100')
)
libraryDependencies += "de.simpleworks.staf" % "junit4-module" % "0.100"
[de.simpleworks.staf/junit4-module "0.100"]