MVN

org.ops4j.pax : itest

Maven & Gradle

Nov 24, 2016

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

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

Latest Version

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

  • Latest Stable: 1.1.18

All Versions

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

Version Vulnerabilities Updated
1.1.x
itest-1.1.18
itest-1.1.16
itest-1.1.15
itest-1.1.14
itest-1.1.13
itest-1.1.12
itest-1.1.11
itest-1.1.10
itest-1.1.9
itest-1.1.8
itest-1.1.7
itest-1.1.6
itest-1.1.5
itest-1.1.4
itest-1.1.3
itest-1.1.2
itest-1.1.1
itest-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ops4j.pax</groupId>
    <artifactId>itest</artifactId>
    <version>1.1.18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.ops4j.pax:itest:1.1.18'

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

implementation("org.ops4j.pax:itest:1.1.18")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ops4j.pax" % "itest" % "1.1.18"

Advertisement