jdbc

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.

Лицензия

Лицензия

BSD 3-clause Revised License
Группа

Группа

org.beiter.michael.eaudit4j.processors
Идентификатор

Идентификатор

jdbc
Последняя версия

Последняя версия

1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

jdbc
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.
Организация-разработчик

Организация-разработчик

Michael Beiter <michael@beiter.org>

Скачать jdbc

Имя Файла Размер
jdbc-1.1.pom
jdbc-1.1.jar 17 KB
jdbc-1.1-sources.jar 23 KB
jdbc-1.1-javadoc.jar 72 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.beiter.michael.eaudit4j : common jar 1.1
org.beiter.michael.util : db jar 1.4
org.slf4j : slf4j-log4j12 jar 1.7.7
org.apache.commons : commons-lang3 jar 3.3.2

provided (1)

Идентификатор библиотеки Тип Версия
net.sourceforge.findbugs : annotations jar 1.3.2

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3
com.h2database : h2 jar 1.4.181
org.apache.tomcat : tomcat-catalina jar 7.0.55

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.1
1.0