License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdorg.ops4j.pax.web.itest.container |
ArtifactId | ArtifactIdpax-web-itest-container-tomcat |
Last Version | Last Version7.4.4 |
Release Date | Release Date |
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.4</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.4'
// 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.4")
'org.ops4j.pax.web.itest.container:pax-web-itest-container-tomcat:jar:7.4.4'
<dependency org="org.ops4j.pax.web.itest.container" name="pax-web-itest-container-tomcat" rev="7.4.4">
<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.4')
)
libraryDependencies += "org.ops4j.pax.web.itest.container" % "pax-web-itest-container-tomcat" % "7.4.4"
[org.ops4j.pax.web.itest.container/pax-web-itest-container-tomcat "7.4.4"]