is not current version
Last Version 3.9

org.odpi.egeria:audit-log-framework 2.0

The Audit Log Framework (ALF) provides interface definitions and classes to enable connectors to support natural language enabled diagnostics such as exception messages and audit log messages.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

audit-log-framework
Version

Version

2.0
Type

Type

jar

Download audit-log-framework 2.0


<!-- https://jarcasting.com/artifacts/org.odpi.egeria/audit-log-framework/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>audit-log-framework</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/audit-log-framework/
implementation 'org.odpi.egeria:audit-log-framework:2.0'
// https://jarcasting.com/artifacts/org.odpi.egeria/audit-log-framework/
implementation ("org.odpi.egeria:audit-log-framework:2.0")
'org.odpi.egeria:audit-log-framework:jar:2.0'
<dependency org="org.odpi.egeria" name="audit-log-framework" rev="2.0">
  <artifact name="audit-log-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='audit-log-framework', version='2.0')
)
libraryDependencies += "org.odpi.egeria" % "audit-log-framework" % "2.0"
[org.odpi.egeria/audit-log-framework "2.0"]