MVN

org.beiter.michael.eaudit4j : audit-parent

Maven & Gradle

Jul 21, 2016

Audit Parent · The eAudit4j library provides a simple and pluggable solution for auditing in Java. This library uses the concept of "audit streams", with a stream being comprised of one or more "audit processors". An application can configure an unlimited number of audit streams, each with a different configuration. When an application wants to audit an event, it will create and populate an "Event" instance, and then submit the event to the audit stream for processing and persitance. Depending on the audit stream configuration and the processors being used in the audit stream configuration, processing my be synchronous or asynchronous, and utilize different security features.

<dependency>
    <groupId>org.beiter.michael.eaudit4j</groupId>
    <artifactId>audit-parent</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beiter.michael.eaudit4j : audit-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.beiter.michael.eaudit4j : audit-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
audit-parent-1.1
1.0
audit-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.beiter.michael.eaudit4j</groupId>
    <artifactId>audit-parent</artifactId>
    <version>1.1</version>
</dependency>