MVN

tech.beshu.ror : audit

Maven & Gradle

Dec 29, 2019
952 stars

ReadonlyREST audit library · A library to writing custom audit log serializer for Elasticsearch ReadonlyREST plugin

<dependency>
    <groupId>tech.beshu.ror</groupId>
    <artifactId>audit</artifactId>
    <version>1.18.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.beshu.ror : audit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.10

All Versions

Choose a version of tech.beshu.ror : audit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18.x
audit-1.18.10
audit-1.18.9
audit-1.18.8

How to add a dependency to Maven

Add the following tech.beshu.ror : audit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.beshu.ror</groupId>
    <artifactId>audit</artifactId>
    <version>1.18.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.beshu.ror : audit gradle dependency to your build.gradle file:

implementation 'tech.beshu.ror:audit:1.18.10'

Gradle Kotlin DSL: Add the following tech.beshu.ror : audit gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.beshu.ror:audit:1.18.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.beshu.ror : audit sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.beshu.ror" % "audit" % "1.18.10"