g

geronimo-tomcat6-builder

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