is not current version
Last Version 5.0.0.M1

org.ops4j.pax.web:itest 3.2.9

Integration tests for Pax Web

GroupId

GroupId

org.ops4j.pax.web
ArtifactId

ArtifactId

itest
Version

Version

3.2.9
Type

Type

jar

Download itest 3.2.9


<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web/itest/ -->
<dependency>
    <groupId>org.ops4j.pax.web</groupId>
    <artifactId>itest</artifactId>
    <version>3.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web/itest/
implementation 'org.ops4j.pax.web:itest:3.2.9'
// https://jarcasting.com/artifacts/org.ops4j.pax.web/itest/
implementation ("org.ops4j.pax.web:itest:3.2.9")
'org.ops4j.pax.web:itest:jar:3.2.9'
<dependency org="org.ops4j.pax.web" name="itest" rev="3.2.9">
  <artifact name="itest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web', module='itest', version='3.2.9')
)
libraryDependencies += "org.ops4j.pax.web" % "itest" % "3.2.9"
[org.ops4j.pax.web/itest "3.2.9"]