MVN

cz.pumpitup.pn5.reporting : junit

Maven & Gradle

Aug 21, 2022
2 usages

JUnit 5 Reporting Support

<dependency>
    <groupId>cz.pumpitup.pn5.reporting</groupId>
    <artifactId>junit</artifactId>
    <version>0.5.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.pumpitup.pn5.reporting : junit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.16

All Versions

Choose a version of cz.pumpitup.pn5.reporting : junit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
junit-0.5.16
junit-0.5.14
junit-0.5.13
junit-0.5.12
junit-0.5.11
junit-0.5.10
junit-0.5.9
junit-0.5.8
junit-0.5.7
junit-0.5.6
junit-0.5.5
junit-0.5.4
junit-0.5.3
junit-0.5.2
junit-0.5.1
junit-0.5.0
0.4.x
junit-0.4.35
junit-0.4.34
junit-0.4.33
junit-0.4.32
junit-0.4.31
junit-0.4.30
junit-0.4.29
junit-0.4.28
junit-0.4.27
junit-0.4.26
junit-0.4.25
junit-0.4.24
junit-0.4.23
junit-0.4.22
junit-0.4.21
junit-0.4.20
junit-0.4.19
junit-0.4.18
junit-0.4.17
junit-0.4.16
junit-0.4.15
junit-0.4.14
junit-0.4.13
junit-0.4.10
junit-0.4.9
junit-0.4.8
junit-0.4.7
junit-0.4.6
junit-0.4.5
junit-0.4.4
junit-0.4.3
junit-0.4.2
junit-0.4.1
junit-0.4.0
0.3.x
junit-0.3.10
junit-0.3.9
junit-0.3.8
junit-0.3.7
junit-0.3.6
junit-0.3.5
junit-0.3.4
junit-0.3.3
junit-0.3.2
junit-0.3.1
junit-0.3.0
0.2.x
junit-0.2.1
junit-0.2.0
0.1.x
junit-0.1.0

How to add a dependency to Maven

Add the following cz.pumpitup.pn5.reporting : junit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.pumpitup.pn5.reporting</groupId>
    <artifactId>junit</artifactId>
    <version>0.5.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.pumpitup.pn5.reporting : junit gradle dependency to your build.gradle file:

implementation 'cz.pumpitup.pn5.reporting:junit:0.5.16'

Gradle Kotlin DSL: Add the following cz.pumpitup.pn5.reporting : junit gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.pumpitup.pn5.reporting:junit:0.5.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.pumpitup.pn5.reporting : junit sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.pumpitup.pn5.reporting" % "junit" % "0.5.16"

Advertisement