| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdorg.codelamb |
| ArtifactId | ArtifactIdsweet-junit-runner |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSweet Junit Runner
Java library to speed up the execution and simplify the maintenance of integration tests.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.codelamb/sweet-junit-runner/ -->
<dependency>
<groupId>org.codelamb</groupId>
<artifactId>sweet-junit-runner</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelamb/sweet-junit-runner/
implementation 'org.codelamb:sweet-junit-runner:1.0.0'
// https://jarcasting.com/artifacts/org.codelamb/sweet-junit-runner/
implementation ("org.codelamb:sweet-junit-runner:1.0.0")
'org.codelamb:sweet-junit-runner:jar:1.0.0'
<dependency org="org.codelamb" name="sweet-junit-runner" rev="1.0.0">
<artifact name="sweet-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelamb', module='sweet-junit-runner', version='1.0.0')
)
libraryDependencies += "org.codelamb" % "sweet-junit-runner" % "1.0.0"
[org.codelamb/sweet-junit-runner "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.reflections : reflections | jar | 0.9.11 |