License |
License
BSD 3-clause Revised License
|
---|---|
GroupId | GroupIdorg.beiter.michael.eaudit4j |
ArtifactId | ArtifactIdprocessors |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionprocessors
This module is part of the eAudit4j audit library, providing a simple and pluggable
solution for auditing in Java.
This particular Maven module is a container for audit processors implementations.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
processors-1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j/processors/ -->
<dependency>
<groupId>org.beiter.michael.eaudit4j</groupId>
<artifactId>processors</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j/processors/
implementation 'org.beiter.michael.eaudit4j:processors:1.1'
// https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j/processors/
implementation ("org.beiter.michael.eaudit4j:processors:1.1")
'org.beiter.michael.eaudit4j:processors:pom:1.1'
<dependency org="org.beiter.michael.eaudit4j" name="processors" rev="1.1">
<artifact name="processors" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beiter.michael.eaudit4j', module='processors', version='1.1')
)
libraryDependencies += "org.beiter.michael.eaudit4j" % "processors" % "1.1"
[org.beiter.michael.eaudit4j/processors "1.1"]