e

eventId

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that creates a random event ID. The entropy is configurable, and the ID is appended to the event and stored in a configurable field name.
http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
Files download
File Operation
eventId-1.0.jar download
eventId-1.0.pom download
eventId-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beiter.michael.eaudit4j.processors</groupId>
  <artifactId>eventId</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.beiter.michael.eaudit4j.processors:eventId:1.0'
Gradle Kotlin
implementation("org.beiter.michael.eaudit4j.processors:eventId:1.0")
Scala SBT
libraryDependencies += "org.beiter.michael.eaudit4j.processors" % "eventId" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.beiter.michael.eaudit4j.processors', module='eventId', version='1.0')
)
Apache Ivy
<dependency org="org.beiter.michael.eaudit4j.processors" name="eventId" rev="1.0" />
Leiningen
[org.beiter.michael.eaudit4j.processors/eventId "1.0"]
Apache Buildr
'org.beiter.michael.eaudit4j.processors:eventId:jar:1.0'