MVN

cz.pumpitup.pn5 : integration-tests

Maven & Gradle

Dec 18, 2020

Pumpo #5 Integration Tests

<dependency>
    <groupId>cz.pumpitup.pn5</groupId>
    <artifactId>integration-tests</artifactId>
    <version>0.4.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4.10

All Versions

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

Version Vulnerabilities Updated
0.4.x
integration-tests-0.4.10
integration-tests-0.4.9
integration-tests-0.4.8
integration-tests-0.4.7
integration-tests-0.4.6
integration-tests-0.4.5
integration-tests-0.4.4

How to add a dependency to Maven

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

<dependency>
    <groupId>cz.pumpitup.pn5</groupId>
    <artifactId>integration-tests</artifactId>
    <version>0.4.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.pumpitup.pn5 : integration-tests gradle dependency to your build.gradle file:

implementation 'cz.pumpitup.pn5:integration-tests:0.4.10'

Gradle Kotlin DSL: Add the following cz.pumpitup.pn5 : integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.pumpitup.pn5:integration-tests:0.4.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.pumpitup.pn5 : integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.pumpitup.pn5" % "integration-tests" % "0.4.10"