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