p

pax-web-itest-common

Abstract Pax Exam base class for many integration tests
Files download
File Operation
pax-web-itest-common-8.0.14.jar download
pax-web-itest-common-8.0.14.pom download
pax-web-itest-common-8.0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.web.itest</groupId>
  <artifactId>pax-web-itest-common</artifactId>
  <version>8.0.14</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.web.itest:pax-web-itest-common:8.0.14'
Gradle Kotlin
implementation("org.ops4j.pax.web.itest:pax-web-itest-common:8.0.14")
Scala SBT
libraryDependencies += "org.ops4j.pax.web.itest" % "pax-web-itest-common" % "8.0.14"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.web.itest', module='pax-web-itest-common', version='8.0.14')
)
Apache Ivy
<dependency org="org.ops4j.pax.web.itest" name="pax-web-itest-common" rev="8.0.14" />
Leiningen
[org.ops4j.pax.web.itest/pax-web-itest-common "8.0.14"]
Apache Buildr
'org.ops4j.pax.web.itest:pax-web-itest-common:jar:8.0.14'