| Categories | CategoriesTomcat Container Application Servers Maven Build Tools | 
|---|---|
| GroupId | GroupIdorg.apache.tomcat.maven | 
| ArtifactId | ArtifactIdtomcat-maven-plugin-it | 
| Version | Version2.0-beta-1 | 
| Type | Typejar | 
<!-- 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.0-beta-1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.tomcat.maven/tomcat-maven-plugin-it/
implementation 'org.apache.tomcat.maven:tomcat-maven-plugin-it:2.0-beta-1'// https://jarcasting.com/artifacts/org.apache.tomcat.maven/tomcat-maven-plugin-it/
implementation ("org.apache.tomcat.maven:tomcat-maven-plugin-it:2.0-beta-1")'org.apache.tomcat.maven:tomcat-maven-plugin-it:jar:2.0-beta-1'<dependency org="org.apache.tomcat.maven" name="tomcat-maven-plugin-it" rev="2.0-beta-1">
  <artifact name="tomcat-maven-plugin-it" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.tomcat.maven', module='tomcat-maven-plugin-it', version='2.0-beta-1')
)libraryDependencies += "org.apache.tomcat.maven" % "tomcat-maven-plugin-it" % "2.0-beta-1"[org.apache.tomcat.maven/tomcat-maven-plugin-it "2.0-beta-1"]