MVN

com.iorga : iraj-bom

Maven & Gradle

Apr 07, 2014
0 stars

Iorga REST Architecture for Java - BOM · 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>iraj-bom</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iorga : iraj-bom to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.iorga : iraj-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
iraj-bom-2.0.0
1.1.x
iraj-bom-1.1.1
iraj-bom-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.iorga</groupId>
    <artifactId>iraj-bom</artifactId>
    <version>2.0.0</version>
</dependency>

Advertisement