Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdorg.ops4j.pax.web.itest |
ArtifactId | ArtifactIdpax-web-itest-container |
Version | Version4.0.2 |
Type | Typepom |
Filename | Size |
---|---|
pax-web-itest-container-4.0.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.itest/pax-web-itest-container/ -->
<dependency>
<groupId>org.ops4j.pax.web.itest</groupId>
<artifactId>pax-web-itest-container</artifactId>
<version>4.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.itest/pax-web-itest-container/
implementation 'org.ops4j.pax.web.itest:pax-web-itest-container:4.0.2'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.itest/pax-web-itest-container/
implementation ("org.ops4j.pax.web.itest:pax-web-itest-container:4.0.2")
'org.ops4j.pax.web.itest:pax-web-itest-container:pom:4.0.2'
<dependency org="org.ops4j.pax.web.itest" name="pax-web-itest-container" rev="4.0.2">
<artifact name="pax-web-itest-container" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.itest', module='pax-web-itest-container', version='4.0.2')
)
libraryDependencies += "org.ops4j.pax.web.itest" % "pax-web-itest-container" % "4.0.2"
[org.ops4j.pax.web.itest/pax-web-itest-container "4.0.2"]