is not current version
Last Version 2.0.0

com.iorga:iraj-bom 1.1.1

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"

GroupId

GroupId

com.iorga
ArtifactId

ArtifactId

iraj-bom
Version

Version

1.1.1
Type

Type

pom

Download iraj-bom 1.1.1

Filename Size
iraj-bom-1.1.1.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.iorga/iraj-bom/ -->
<dependency>
    <groupId>com.iorga</groupId>
    <artifactId>iraj-bom</artifactId>
    <version>1.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.iorga/iraj-bom/
implementation 'com.iorga:iraj-bom:1.1.1'
// https://jarcasting.com/artifacts/com.iorga/iraj-bom/
implementation ("com.iorga:iraj-bom:1.1.1")
'com.iorga:iraj-bom:pom:1.1.1'
<dependency org="com.iorga" name="iraj-bom" rev="1.1.1">
  <artifact name="iraj-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.iorga', module='iraj-bom', version='1.1.1')
)
libraryDependencies += "com.iorga" % "iraj-bom" % "1.1.1"
[com.iorga/iraj-bom "1.1.1"]