is not current version
Last Version 1.1

org.beiter.michael.eaudit4j.processors:timestamp 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 retrieves the system time and appends a timestamp as a field to audit events.

GroupId

GroupId

org.beiter.michael.eaudit4j.processors
ArtifactId

ArtifactId

timestamp
Version

Version

1.0
Type

Type

jar

Download timestamp 1.0


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