MVN

org.ops4j.pax.exam : exam-maven-plugin

Maven & Gradle

Nov 22, 2021

OPS4J Pax Exam Maven Plugin · Starts and stops a container in server mode.

<dependency>
    <groupId>org.ops4j.pax.exam</groupId>
    <artifactId>exam-maven-plugin</artifactId>
    <version>4.13.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.13.5
  • Latest Release Candidate: 3.0.0.RC1

All Versions

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

Version Vulnerabilities Updated
4.13.x
exam-maven-plugin-4.13.5
exam-maven-plugin-4.13.4
exam-maven-plugin-4.13.3
exam-maven-plugin-4.13.2
exam-maven-plugin-4.13.1
exam-maven-plugin-4.13.0
4.12.x
exam-maven-plugin-4.12.0
4.11.x
exam-maven-plugin-4.11.0
4.10.x
exam-maven-plugin-4.10.0
4.9.x
exam-maven-plugin-4.9.2
exam-maven-plugin-4.9.1
exam-maven-plugin-4.9.0
4.8.x
exam-maven-plugin-4.8.0
4.7.x
exam-maven-plugin-4.7.0
4.6.x
exam-maven-plugin-4.6.0
4.5.x
exam-maven-plugin-4.5.0
4.4.x
exam-maven-plugin-4.4.0
4.3.x
exam-maven-plugin-4.3.0
4.2.x
exam-maven-plugin-4.2.0
4.1.x
exam-maven-plugin-4.1.0
4.0.x
exam-maven-plugin-4.0.0
3.6.x
exam-maven-plugin-3.6.0
3.5.x
exam-maven-plugin-3.5.0
3.4.x
exam-maven-plugin-3.4.0
3.3.x
exam-maven-plugin-3.3.0
3.2.x
exam-maven-plugin-3.2.0
3.1.x
exam-maven-plugin-3.1.0
3.0.x
exam-maven-plugin-3.0.3
exam-maven-plugin-3.0.2
exam-maven-plugin-3.0.1
exam-maven-plugin-3.0.0
exam-maven-plugin-3.0.0.RC1
exam-maven-plugin-3.0.0.M4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ops4j.pax.exam</groupId>
    <artifactId>exam-maven-plugin</artifactId>
    <version>4.13.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ops4j.pax.exam : exam-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.ops4j.pax.exam:exam-maven-plugin:4.13.5'

Gradle Kotlin DSL: Add the following org.ops4j.pax.exam : exam-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ops4j.pax.exam:exam-maven-plugin:4.13.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ops4j.pax.exam : exam-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ops4j.pax.exam" % "exam-maven-plugin" % "4.13.5"