is not current version
Last Version 1.1.18

org.ops4j.pax:itest 1.1.14

Integration tests for Pax Web

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

itest
Version

Version

1.1.14
Type

Type

jar

Download itest 1.1.14


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