g

geronimo-tomcat6

Files download
File Operation
geronimo-tomcat6-2.2.jar download
geronimo-tomcat6-2.2.pom download
geronimo-tomcat6-2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.modules</groupId>
  <artifactId>geronimo-tomcat6</artifactId>
  <version>2.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.modules:geronimo-tomcat6:2.2'
Gradle Kotlin
implementation("org.apache.geronimo.modules:geronimo-tomcat6:2.2")
Scala SBT
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-tomcat6" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.modules', module='geronimo-tomcat6', version='2.2')
)
Apache Ivy
<dependency org="org.apache.geronimo.modules" name="geronimo-tomcat6" rev="2.2" />
Leiningen
[org.apache.geronimo.modules/geronimo-tomcat6 "2.2"]
Apache Buildr
'org.apache.geronimo.modules:geronimo-tomcat6:jar:2.2'