w

webapp-notifier

Notify about start and stop of WebApp in a Servlet Container (like Tomcat) to a remote URL
https://github.com/ggrandes/${project.artifactId}
The Apache License, Version 2.0
Guillermo Grandes
Files download
File Operation
webapp-notifier-1.0.0.jar download
webapp-notifier-1.0.0.pom download
webapp-notifier-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.javastack</groupId>
  <artifactId>webapp-notifier</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.javastack:webapp-notifier:1.0.0'
Gradle Kotlin
implementation("org.javastack:webapp-notifier:1.0.0")
Scala SBT
libraryDependencies += "org.javastack" % "webapp-notifier" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.javastack', module='webapp-notifier', version='1.0.0')
)
Apache Ivy
<dependency org="org.javastack" name="webapp-notifier" rev="1.0.0" />
Leiningen
[org.javastack/webapp-notifier "1.0.0"]
Apache Buildr
'org.javastack:webapp-notifier:jar:1.0.0'