| License | License | 
|---|---|
| Categories | CategoriesTomcat Container Application Servers Maven Build Tools | 
| GroupId | GroupIdorg.apache.tomcat.maven | 
| ArtifactId | ArtifactIdtomcat-maven-plugin-it | 
| Last Version | Last Version2.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Tomcat Maven Plugin :: Integration Tests The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet
    container. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| tomcat-maven-plugin-it-2.2.pom | |
| tomcat-maven-plugin-it-2.2.jar | 33 KB | 
| tomcat-maven-plugin-it-2.2-sources.jar | 29 KB | 
| tomcat-maven-plugin-it-2.2-javadoc.jar | 53 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.tomcat.maven/tomcat-maven-plugin-it/ -->
<dependency>
    <groupId>org.apache.tomcat.maven</groupId>
    <artifactId>tomcat-maven-plugin-it</artifactId>
    <version>2.2</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.tomcat.maven/tomcat-maven-plugin-it/
implementation 'org.apache.tomcat.maven:tomcat-maven-plugin-it:2.2'// https://jarcasting.com/artifacts/org.apache.tomcat.maven/tomcat-maven-plugin-it/
implementation ("org.apache.tomcat.maven:tomcat-maven-plugin-it:2.2")'org.apache.tomcat.maven:tomcat-maven-plugin-it:jar:2.2'<dependency org="org.apache.tomcat.maven" name="tomcat-maven-plugin-it" rev="2.2">
  <artifact name="tomcat-maven-plugin-it" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.tomcat.maven', module='tomcat-maven-plugin-it', version='2.2')
)libraryDependencies += "org.apache.tomcat.maven" % "tomcat-maven-plugin-it" % "2.2"[org.apache.tomcat.maven/tomcat-maven-plugin-it "2.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.10 | 
| junit-addons : junit-addons | jar | 1.4 | 
| org.apache.maven.shared : maven-verifier | jar | 1.4 | 
| org.apache.httpcomponents : httpclient | jar | 4.3.1 | 
| org.slf4j : slf4j-api | jar | 1.7.5 |