p

processors

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module is a container for audit processors implementations.
http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
Files download
File Operation
processors-1.1.pom download
Apache Maven
<dependency>
  <groupId>org.beiter.michael.eaudit4j</groupId>
  <artifactId>processors</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.beiter.michael.eaudit4j:processors:1.1'
Gradle Kotlin
implementation("org.beiter.michael.eaudit4j:processors:1.1")
Scala SBT
libraryDependencies += "org.beiter.michael.eaudit4j" % "processors" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.beiter.michael.eaudit4j', module='processors', version='1.1')
)
Apache Ivy
<dependency org="org.beiter.michael.eaudit4j" name="processors" rev="1.1" />
Leiningen
[org.beiter.michael.eaudit4j/processors "1.1"]
Apache Buildr
'org.beiter.michael.eaudit4j:processors:jar:1.1'