MVN

org.jwall : org.jwall.web.audit

Maven & Gradle

Nov 24, 2021
1 usages

web-audit Library · A Java Library for handling ModSecurity audit-log data.

<dependency>
    <groupId>org.jwall</groupId>
    <artifactId>org.jwall.web.audit</artifactId>
    <version>0.6.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jwall : org.jwall.web.audit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.10

All Versions

Choose a version of org.jwall : org.jwall.web.audit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
org.jwall.web.audit-0.6.10
org.jwall.web.audit-0.6.9
org.jwall.web.audit-0.6.8
org.jwall.web.audit-0.6.7.2
org.jwall.web.audit-0.6.7.1
org.jwall.web.audit-0.6.7
org.jwall.web.audit-0.6.6
org.jwall.web.audit-0.6.5
org.jwall.web.audit-0.6.4
org.jwall.web.audit-0.6.3
org.jwall.web.audit-0.6.2
org.jwall.web.audit-0.6.1

How to add a dependency to Maven

Add the following org.jwall : org.jwall.web.audit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jwall</groupId>
    <artifactId>org.jwall.web.audit</artifactId>
    <version>0.6.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jwall : org.jwall.web.audit gradle dependency to your build.gradle file:

implementation 'org.jwall:org.jwall.web.audit:0.6.10'

Gradle Kotlin DSL: Add the following org.jwall : org.jwall.web.audit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jwall:org.jwall.web.audit:0.6.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jwall : org.jwall.web.audit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jwall" % "org.jwall.web.audit" % "0.6.10"