License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdorg.ops4j.pax.web.itest.container |
ArtifactId | ArtifactIdpax-web-itest-container-tomcat |
Version | Version7.4.3 |
Type | Typejar |
Description |
DescriptionOPS4J Pax Web - Integration Tomcat Container Tests
Integration tests for Pax Web with Tomcat as Container
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.itest.container/pax-web-itest-container-tomcat/ -->
<dependency>
<groupId>org.ops4j.pax.web.itest.container</groupId>
<artifactId>pax-web-itest-container-tomcat</artifactId>
<version>7.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.itest.container/pax-web-itest-container-tomcat/
implementation 'org.ops4j.pax.web.itest.container:pax-web-itest-container-tomcat:7.4.3'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.itest.container/pax-web-itest-container-tomcat/
implementation ("org.ops4j.pax.web.itest.container:pax-web-itest-container-tomcat:7.4.3")
'org.ops4j.pax.web.itest.container:pax-web-itest-container-tomcat:jar:7.4.3'
<dependency org="org.ops4j.pax.web.itest.container" name="pax-web-itest-container-tomcat" rev="7.4.3">
<artifact name="pax-web-itest-container-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.itest.container', module='pax-web-itest-container-tomcat', version='7.4.3')
)
libraryDependencies += "org.ops4j.pax.web.itest.container" % "pax-web-itest-container-tomcat" % "7.4.3"
[org.ops4j.pax.web.itest.container/pax-web-itest-container-tomcat "7.4.3"]