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