| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing Reporting Business Logic Libraries |
| GroupId | GroupIdcz.pumpitup.pn5.reporting |
| ArtifactId | ArtifactIdjunit |
| Version | Version0.5.6 |
| Type | Typejar |
| Description |
DescriptionJUnit 5 Reporting Support
Test Automation engineer's little helper
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| junit-0.5.6.pom | |
| junit-0.5.6.jar | 9 KB |
| junit-0.5.6-sources.jar | 6 KB |
| junit-0.5.6-no-autodetection.jar | 8 KB |
| junit-0.5.6-javadoc.jar | 412 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cz.pumpitup.pn5.reporting/junit/ -->
<dependency>
<groupId>cz.pumpitup.pn5.reporting</groupId>
<artifactId>junit</artifactId>
<version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/cz.pumpitup.pn5.reporting/junit/
implementation 'cz.pumpitup.pn5.reporting:junit:0.5.6'
// https://jarcasting.com/artifacts/cz.pumpitup.pn5.reporting/junit/
implementation ("cz.pumpitup.pn5.reporting:junit:0.5.6")
'cz.pumpitup.pn5.reporting:junit:jar:0.5.6'
<dependency org="cz.pumpitup.pn5.reporting" name="junit" rev="0.5.6">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.pumpitup.pn5.reporting', module='junit', version='0.5.6')
)
libraryDependencies += "cz.pumpitup.pn5.reporting" % "junit" % "0.5.6"
[cz.pumpitup.pn5.reporting/junit "0.5.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| cz.pumpitup.pn5.reporting : api | jar | 0.5.6 |
| cz.pumpitup.pn5 : commons.config | jar | 0.5.6 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-junit-jupiter | jar | 3.5.13 |