machineId

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 creates a unique machine ID for the machine executing the library and appends it as a field to audit events.

License

License

BSD 3-clause Revised License
GroupId

GroupId

org.beiter.michael.eaudit4j.processors
ArtifactId

ArtifactId

machineId
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

machineId
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 creates a unique machine ID for the machine executing the library and appends it as a field to audit events.
Project Organization

Project Organization

Michael Beiter <[email protected]>

Download machineId

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.beiter.michael.eaudit4j : common jar 1.1
org.slf4j : slf4j-log4j12 jar 1.7.7
org.apache.commons : commons-lang3 jar 3.3.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0