is not current version
Last Version 0.120

de.simpleworks.staf:junit4-module 0.100


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.simpleworks.staf
ArtifactId

ArtifactId

junit4-module
Version

Version

0.100
Type

Type

jar

Download junit4-module 0.100


<!-- 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"]