| Categories | CategoriesJUnit Unit Testing | 
|---|---|
| GroupId | GroupIdcom.github.fk7075 | 
| ArtifactId | ArtifactIdlucky-junit | 
| Version | VersionV2-TEST | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| lucky-junit-V2-TEST.pom | |
| lucky-junit-V2-TEST.jar | 8 KB | 
| lucky-junit-V2-TEST-sources.jar | 5 KB | 
| lucky-junit-V2-TEST-javadoc.jar | 60 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.fk7075/lucky-junit/ -->
<dependency>
    <groupId>com.github.fk7075</groupId>
    <artifactId>lucky-junit</artifactId>
    <version>V2-TEST</version>
</dependency>// https://jarcasting.com/artifacts/com.github.fk7075/lucky-junit/
implementation 'com.github.fk7075:lucky-junit:V2-TEST'// https://jarcasting.com/artifacts/com.github.fk7075/lucky-junit/
implementation ("com.github.fk7075:lucky-junit:V2-TEST")'com.github.fk7075:lucky-junit:jar:V2-TEST'<dependency org="com.github.fk7075" name="lucky-junit" rev="V2-TEST">
  <artifact name="lucky-junit" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.fk7075', module='lucky-junit', version='V2-TEST')
)libraryDependencies += "com.github.fk7075" % "lucky-junit" % "V2-TEST"[com.github.fk7075/lucky-junit "V2-TEST"]