GroupId | GroupIdorg.ops4j.pax.web.itest |
---|---|
ArtifactId | ArtifactIdpax-web-itest-common |
Version | Version7.2.14 |
Type | Typejar |
Filename | Size |
---|---|
pax-web-itest-common-7.2.14.pom | |
pax-web-itest-common-7.2.14.jar | 188 KB |
pax-web-itest-common-7.2.14-sources.jar | 105 KB |
pax-web-itest-common-7.2.14-javadoc.jar | 366 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.itest/pax-web-itest-common/ -->
<dependency>
<groupId>org.ops4j.pax.web.itest</groupId>
<artifactId>pax-web-itest-common</artifactId>
<version>7.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.itest/pax-web-itest-common/
implementation 'org.ops4j.pax.web.itest:pax-web-itest-common:7.2.14'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.itest/pax-web-itest-common/
implementation ("org.ops4j.pax.web.itest:pax-web-itest-common:7.2.14")
'org.ops4j.pax.web.itest:pax-web-itest-common:jar:7.2.14'
<dependency org="org.ops4j.pax.web.itest" name="pax-web-itest-common" rev="7.2.14">
<artifact name="pax-web-itest-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.itest', module='pax-web-itest-common', version='7.2.14')
)
libraryDependencies += "org.ops4j.pax.web.itest" % "pax-web-itest-common" % "7.2.14"
[org.ops4j.pax.web.itest/pax-web-itest-common "7.2.14"]