License |
License |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdaudit-log-framework |
Last Version | Last Version3.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAudit Log Framework (ALF)
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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
audit-log-framework-3.9.pom | |
audit-log-framework-3.9.jar | 22 KB |
audit-log-framework-3.9-sources.jar | 20 KB |
audit-log-framework-3.9-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/audit-log-framework/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>audit-log-framework</artifactId>
<version>3.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/audit-log-framework/
implementation 'org.odpi.egeria:audit-log-framework:3.9'
// https://jarcasting.com/artifacts/org.odpi.egeria/audit-log-framework/
implementation ("org.odpi.egeria:audit-log-framework:3.9")
'org.odpi.egeria:audit-log-framework:jar:3.9'
<dependency org="org.odpi.egeria" name="audit-log-framework" rev="3.9">
<artifact name="audit-log-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='audit-log-framework', version='3.9')
)
libraryDependencies += "org.odpi.egeria" % "audit-log-framework" % "3.9"
[org.odpi.egeria/audit-log-framework "3.9"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.5 |
org.slf4j : slf4j-simple | jar | 1.7.36 |