is not current version
Last Version 1.1

org.beiter.michael.eaudit4j.processors:jdbc 1.0

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides a set of audit processors that persists audit events using JDBC. Depending on the processor implementation, the JDBC connection can be instantiated from a configurable database connection pool, a JNDI name, or a data source. Once persisted, the event is passed on without modification.

GroupId

GroupId

org.beiter.michael.eaudit4j.processors
ArtifactId

ArtifactId

jdbc
Version

Version

1.0
Type

Type

jar

Download jdbc 1.0


<!-- https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j.processors/jdbc/ -->
<dependency>
    <groupId>org.beiter.michael.eaudit4j.processors</groupId>
    <artifactId>jdbc</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j.processors/jdbc/
implementation 'org.beiter.michael.eaudit4j.processors:jdbc:1.0'
// https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j.processors/jdbc/
implementation ("org.beiter.michael.eaudit4j.processors:jdbc:1.0")
'org.beiter.michael.eaudit4j.processors:jdbc:jar:1.0'
<dependency org="org.beiter.michael.eaudit4j.processors" name="jdbc" rev="1.0">
  <artifact name="jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beiter.michael.eaudit4j.processors', module='jdbc', version='1.0')
)
libraryDependencies += "org.beiter.michael.eaudit4j.processors" % "jdbc" % "1.0"
[org.beiter.michael.eaudit4j.processors/jdbc "1.0"]