is not current version
Last Version 5.0.0.M1

org.ops4j.pax.web:itest 3.0.0.M1

Integration tests for Pax Web

GroupId

GroupId

org.ops4j.pax.web
ArtifactId

ArtifactId

itest
Version

Version

3.0.0.M1
Type

Type

jar

Download itest 3.0.0.M1


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