MVN

com.iorga : webappwatcher-parent

Maven & Gradle

Sep 04, 2013
2 stars

Iorga Webapp Watcher - Parent · Webapp Watcher (WAW) is a Java EE Filter which alows you to log the requests response times and Java stack traces of a Java EE web application (.war). You can later compute usage statistics of the web application, and also track down potential bugs with the tool "waw-analyzer"

<dependency>
    <groupId>com.iorga</groupId>
    <artifactId>webappwatcher-parent</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iorga : webappwatcher-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of com.iorga : webappwatcher-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
webappwatcher-parent-1.5.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.iorga</groupId>
    <artifactId>webappwatcher-parent</artifactId>
    <version>1.5.2</version>
</dependency>

Advertisement