MVN

gr.xe : tc-init-health-check-listener

Maven & Gradle

Jun 25, 2016
3 stars

Tomcat Initialization Health Check Lifecycle Listener · A Tomcat server lifecycle listener that checks server health after initialization and optionally notifies an external process

<dependency>
    <groupId>gr.xe</groupId>
    <artifactId>tc-init-health-check-listener</artifactId>
    <version>8.0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gr.xe : tc-init-health-check-listener to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.32

All Versions

Choose a version of gr.xe : tc-init-health-check-listener to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
tc-init-health-check-listener-8.0.32
7.0.x
tc-init-health-check-listener-7.0.52

How to add a dependency to Maven

Add the following gr.xe : tc-init-health-check-listener maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gr.xe</groupId>
    <artifactId>tc-init-health-check-listener</artifactId>
    <version>8.0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gr.xe : tc-init-health-check-listener gradle dependency to your build.gradle file:

implementation 'gr.xe:tc-init-health-check-listener:8.0.32'

Gradle Kotlin DSL: Add the following gr.xe : tc-init-health-check-listener gradle kotlin dependency to your build.gradle.kts file:

implementation("gr.xe:tc-init-health-check-listener:8.0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following gr.xe : tc-init-health-check-listener sbt scala dependency to your build.sbt file:

libraryDependencies += "gr.xe" % "tc-init-health-check-listener" % "8.0.32"

Advertisement