MVN

com.opentext.otag.tomcat : otag-tomcat-listener

Maven & Gradle

Oct 17, 2017
1 usages
0 stars

Tomcat Listener · Tomcat 8.0.x is the current container of choice for the AppWorks Gateway and this module contains any code relevant to its lifecycle, including our crucial TomcatLifecycleListener. The Jar file this module produces must be placed within the central /lib directory of the container to be effective.

<dependency>
    <groupId>com.opentext.otag.tomcat</groupId>
    <artifactId>otag-tomcat-listener</artifactId>
    <version>16.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opentext.otag.tomcat : otag-tomcat-listener to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 16.3.0

All Versions

Choose a version of com.opentext.otag.tomcat : otag-tomcat-listener to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
16.3.x
otag-tomcat-listener-16.3.0
16.2
otag-tomcat-listener-16.2
16.1
otag-tomcat-listener-16.1
16.0.x
otag-tomcat-listener-16.0.1.1
otag-tomcat-listener-16.0.1
16
otag-tomcat-listener-16

How to add a dependency to Maven

Add the following com.opentext.otag.tomcat : otag-tomcat-listener maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.opentext.otag.tomcat</groupId>
    <artifactId>otag-tomcat-listener</artifactId>
    <version>16.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.opentext.otag.tomcat : otag-tomcat-listener gradle dependency to your build.gradle file:

implementation 'com.opentext.otag.tomcat:otag-tomcat-listener:16.3.0'

Gradle Kotlin DSL: Add the following com.opentext.otag.tomcat : otag-tomcat-listener gradle kotlin dependency to your build.gradle.kts file:

implementation("com.opentext.otag.tomcat:otag-tomcat-listener:16.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.opentext.otag.tomcat : otag-tomcat-listener sbt scala dependency to your build.sbt file:

libraryDependencies += "com.opentext.otag.tomcat" % "otag-tomcat-listener" % "16.3.0"

Advertisement