| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdcom.github.laohyx | 
| ArtifactId | ArtifactIdjunit4-retry-rule | 
| Last Version | Last Version0.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJUnit4 retry rule Retry rule and annotation for JUnit4 | 
| Filename | Size | 
|---|---|
| junit4-retry-rule-0.1.0.pom | |
| junit4-retry-rule-0.1.0.jar | 6 KB | 
| junit4-retry-rule-0.1.0-sources.jar | 5 KB | 
| junit4-retry-rule-0.1.0-javadoc.jar | 405 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.laohyx/junit4-retry-rule/ -->
<dependency>
    <groupId>com.github.laohyx</groupId>
    <artifactId>junit4-retry-rule</artifactId>
    <version>0.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.laohyx/junit4-retry-rule/
implementation 'com.github.laohyx:junit4-retry-rule:0.1.0'// https://jarcasting.com/artifacts/com.github.laohyx/junit4-retry-rule/
implementation ("com.github.laohyx:junit4-retry-rule:0.1.0")'com.github.laohyx:junit4-retry-rule:jar:0.1.0'<dependency org="com.github.laohyx" name="junit4-retry-rule" rev="0.1.0">
  <artifact name="junit4-retry-rule" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.laohyx', module='junit4-retry-rule', version='0.1.0')
)libraryDependencies += "com.github.laohyx" % "junit4-retry-rule" % "0.1.0"[com.github.laohyx/junit4-retry-rule "0.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.jetbrains : annotations | jar | 13.0 |