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