MVN

org.ops4j.pax.web : itest

Maven & Gradle

Feb 09, 2022

OPS4J Pax Web - Integration Tests · Integration tests for Pax Web

<dependency>
    <groupId>org.ops4j.pax.web</groupId>
    <artifactId>itest</artifactId>
    <version>pax-web-itest-utils</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.web : itest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: pax-web-itest-utils
  • Latest Release Candidate: 3.0.0.RC

All Versions

Choose a version of org.ops4j.pax.web : itest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
itest-5.0.0.M1
3.3.x
itest-3.3.2
itest-3.3.1
itest-3.3.0
3.2.x
itest-3.2.9
itest-3.2.8
itest-3.2.7
itest-3.2.6
itest-3.2.5
itest-3.2.4
itest-3.2.3
itest-3.2.2
itest-3.2.1
itest-3.2.0
3.1.x
itest-3.1.6
itest-3.1.5
itest-3.1.4
itest-3.1.3
itest-3.1.2
itest-3.1.1
itest-3.1.0
3.0.x
itest-3.0.10
itest-3.0.9
itest-3.0.8
itest-3.0.7
itest-3.0.6
itest-3.0.5
itest-3.0.4
itest-3.0.3
itest-3.0.2
itest-3.0.1
itest-3.0.0
itest-3.0.0.RC
itest-3.0.0.M3
itest-3.0.0.M2
itest-3.0.0.M1
2.1.x
itest-2.1.6
itest-2.1.5
itest-2.1.4
itest-2.1.3
itest-2.1.2
itest-2.1.1
itest-2.1.0
2.0.x
itest-2.0.2
itest-2.0.1
pax
itest-pax-web-itest-utils
itest-pax-web-itest-undertow
itest-pax-web-itest-tomcat
itest-pax-web-itest-server
itest-pax-web-itest-osgi
itest-pax-web-itest-jsp
itest-pax-web-itest-jetty
itest-pax-web-itest-container-common
itest-pax-web-itest-karaf
itest-pax-web-itest-container
itest-pax-web-itest-common
itest-pax-web-itest-base
itest-pax-web-itest-load
itest
itest-itest-shared
itest-itest-karaf
itest-itest-basic

How to add a dependency to Maven

Add the following org.ops4j.pax.web : itest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ops4j.pax.web</groupId>
    <artifactId>itest</artifactId>
    <version>pax-web-itest-utils</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ops4j.pax.web : itest gradle dependency to your build.gradle file:

implementation 'org.ops4j.pax.web:itest:pax-web-itest-utils'

Gradle Kotlin DSL: Add the following org.ops4j.pax.web : itest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ops4j.pax.web:itest:pax-web-itest-utils")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ops4j.pax.web : itest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ops4j.pax.web" % "itest" % "pax-web-itest-utils"