is not current version
Last Version 3.0.1

org.apache.geronimo.plugins:tomcat 2.2.1

Tomcat plugin

Categories

Categories

Tomcat Container Application Servers Geronimo
GroupId

GroupId

org.apache.geronimo.plugins
ArtifactId

ArtifactId

tomcat
Version

Version

2.2.1
Type

Type

pom

Download tomcat 2.2.1

Filename Size
tomcat-2.2.1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/tomcat/ -->
<dependency>
    <groupId>org.apache.geronimo.plugins</groupId>
    <artifactId>tomcat</artifactId>
    <version>2.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/tomcat/
implementation 'org.apache.geronimo.plugins:tomcat:2.2.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/tomcat/
implementation ("org.apache.geronimo.plugins:tomcat:2.2.1")
'org.apache.geronimo.plugins:tomcat:pom:2.2.1'
<dependency org="org.apache.geronimo.plugins" name="tomcat" rev="2.2.1">
  <artifact name="tomcat" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='tomcat', version='2.2.1')
)
libraryDependencies += "org.apache.geronimo.plugins" % "tomcat" % "2.2.1"
[org.apache.geronimo.plugins/tomcat "2.2.1"]