MVN

org.jboss.pnc.bacon : integration-tests

Maven & Gradle

Aug 24, 2023
12 stars
<dependency>
    <groupId>org.jboss.pnc.bacon</groupId>
    <artifactId>integration-tests</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.pnc.bacon : integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2

All Versions

Choose a version of org.jboss.pnc.bacon : integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
integration-tests-2.5.2
integration-tests-2.5.1
integration-tests-2.5.0
2.4.x
integration-tests-2.4.4
integration-tests-2.4.3
integration-tests-2.4.2
integration-tests-2.4.1
integration-tests-2.4.0
2.3.x
integration-tests-2.3.0
2.2.x
integration-tests-2.2.3
integration-tests-2.2.2
integration-tests-2.2.1
integration-tests-2.2.0
2.1.x
integration-tests-2.1.11
integration-tests-2.1.10
integration-tests-2.1.9
integration-tests-2.1.8
integration-tests-2.1.7
integration-tests-2.1.6
integration-tests-2.1.5
integration-tests-2.1.4
integration-tests-2.1.3
integration-tests-2.1.2
integration-tests-2.1.1
2.0.x
integration-tests-2.0.2
integration-tests-2.0.1
integration-tests-2.0.0

How to add a dependency to Maven

Add the following org.jboss.pnc.bacon : integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.pnc.bacon</groupId>
    <artifactId>integration-tests</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.pnc.bacon : integration-tests gradle dependency to your build.gradle file:

implementation 'org.jboss.pnc.bacon:integration-tests:2.5.2'

Gradle Kotlin DSL: Add the following org.jboss.pnc.bacon : integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.pnc.bacon:integration-tests:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.pnc.bacon : integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.pnc.bacon" % "integration-tests" % "2.5.2"

Advertisement