MVN

cz.pumpitup.pn5.reporting : testflo

Maven & Gradle

Aug 21, 2022

JUnit 5 TestFLO Reporting Support

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

Latest Version

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

  • Latest Stable: 0.5.16

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement