is not current version
Last Version 1.1

org.beiter.michael.eaudit4j.processors:slf4j 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 an audit processor that logs audit events using slf4j, and passes the event on without modifying it.

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.beiter.michael.eaudit4j.processors
ArtifactId

ArtifactId

slf4j
Version

Version

1.0
Type

Type

jar

Download slf4j 1.0


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