m

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.
http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
文件下载
文件名 操作
machineId-1.1.jar 下载
machineId-1.1.pom 下载
machineId-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.beiter.michael.eaudit4j.processors</groupId>
  <artifactId>machineId</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.beiter.michael.eaudit4j.processors:machineId:1.1'
Gradle Kotlin
implementation("org.beiter.michael.eaudit4j.processors:machineId:1.1")
Scala SBT
libraryDependencies += "org.beiter.michael.eaudit4j.processors" % "machineId" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.beiter.michael.eaudit4j.processors', module='machineId', version='1.1')
)
Apache Ivy
<dependency org="org.beiter.michael.eaudit4j.processors" name="machineId" rev="1.1" />
Leiningen
[org.beiter.michael.eaudit4j.processors/machineId "1.1"]
Apache Buildr
'org.beiter.michael.eaudit4j.processors:machineId:jar:1.1'