| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.blockjon.flaptastic |
| ArtifactId | ArtifactIdjunit-flaptastic |
| Last Version | Last Version0.0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjunit-flaptastic
A plugin designed to help you stop unit test flapping. Works great with CICD systems such as CircleCI, TravisCI, and Jenkins.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| junit-flaptastic-0.0.9.pom | |
| junit-flaptastic-0.0.9.jar | 10 KB |
| junit-flaptastic-0.0.9-sources.jar | 7 KB |
| junit-flaptastic-0.0.9-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.blockjon.flaptastic/junit-flaptastic/ -->
<dependency>
<groupId>com.github.blockjon.flaptastic</groupId>
<artifactId>junit-flaptastic</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blockjon.flaptastic/junit-flaptastic/
implementation 'com.github.blockjon.flaptastic:junit-flaptastic:0.0.9'
// https://jarcasting.com/artifacts/com.github.blockjon.flaptastic/junit-flaptastic/
implementation ("com.github.blockjon.flaptastic:junit-flaptastic:0.0.9")
'com.github.blockjon.flaptastic:junit-flaptastic:jar:0.0.9'
<dependency org="com.github.blockjon.flaptastic" name="junit-flaptastic" rev="0.0.9">
<artifact name="junit-flaptastic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blockjon.flaptastic', module='junit-flaptastic', version='0.0.9')
)
libraryDependencies += "com.github.blockjon.flaptastic" % "junit-flaptastic" % "0.0.9"
[com.github.blockjon.flaptastic/junit-flaptastic "0.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
| com.google.code.gson : gson | jar | 2.8.5 |
| com.googlecode.json-simple : json-simple | jar | 1.1 |
| javassist : javassist | jar | 3.12.1.GA |
| org.junit.platform : junit-platform-console-standalone | jar | 1.3.2 |