Download otag-tomcat-listener-16.3.0.jar file - Jar o

Jar examples for o:otag-tomcat-listener

Description

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.

You can download jar file otag-tomcat-listener 16.3.0 in this page.

License

Open Text End User License Agreement

Build File

You can use the following script to add otag-tomcat-listener-16.3.0.jar to your project.

<dependency>
   <groupId>com.opentext.otag.tomcat</groupId>
   <artifactId>otag-tomcat-listener</artifactId>
   <version>16.3.0</version>
</dependency>
compile group: 'com.opentext.otag.tomcat', name: 'otag-tomcat-listener', version: '16.3.0'
libraryDependencies += "com.opentext.otag.tomcat" % "otag-tomcat-listener" % "16.3.0"
<dependency org="com.opentext.otag.tomcat" name="otag-tomcat-listener" rev="16.3.0"/>
@Grapes(@Grab(group='com.opentext.otag.tomcat', module='otag-tomcat-listener', version='16.3.0'))
'com.opentext.otag.tomcat:otag-tomcat-listener:jar:16.3.0'

Download

Click the following link to download the jar file.

otag-tomcat-listener-16.3.0-javadoc.jar
otag-tomcat-listener-16.3.0-sources.jar
otag-tomcat-listener-16.3.0.jar
otag-tomcat-listener-16.3.0.pom



Related Tutorials