MVN

org.apache.geronimo.ext.tomcat : util

Maven & Gradle

May 17, 2013
21 usages

Apache Geronimo Tomcat fork: Util

<dependency>
    <groupId>org.apache.geronimo.ext.tomcat</groupId>
    <artifactId>util</artifactId>
    <version>7.0.39.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.ext.tomcat : util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.39.2

All Versions

Choose a version of org.apache.geronimo.ext.tomcat : util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
util-7.0.39.2
util-7.0.39.1
util-7.0.27.1
util-7.0.23.1
util-7.0.19.2
util-7.0.19.1
util-7.0.0.1
util-7.0.0.0
6.0.x
util-6.0.35.1
util-6.0.33.1
util-6.0.29.0
util-6.0.26.0
util-6.0.20.0

How to add a dependency to Maven

Add the following org.apache.geronimo.ext.tomcat : util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.geronimo.ext.tomcat</groupId>
    <artifactId>util</artifactId>
    <version>7.0.39.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.geronimo.ext.tomcat : util gradle dependency to your build.gradle file:

implementation 'org.apache.geronimo.ext.tomcat:util:7.0.39.2'

Gradle Kotlin DSL: Add the following org.apache.geronimo.ext.tomcat : util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.geronimo.ext.tomcat:util:7.0.39.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.geronimo.ext.tomcat : util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.geronimo.ext.tomcat" % "util" % "7.0.39.2"

Advertisement