Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdaudit-log-slf4j-connector |
Version | Version2.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/audit-log-slf4j-connector/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>audit-log-slf4j-connector</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/audit-log-slf4j-connector/
implementation 'org.odpi.egeria:audit-log-slf4j-connector:2.7'
// https://jarcasting.com/artifacts/org.odpi.egeria/audit-log-slf4j-connector/
implementation ("org.odpi.egeria:audit-log-slf4j-connector:2.7")
'org.odpi.egeria:audit-log-slf4j-connector:jar:2.7'
<dependency org="org.odpi.egeria" name="audit-log-slf4j-connector" rev="2.7">
<artifact name="audit-log-slf4j-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='audit-log-slf4j-connector', version='2.7')
)
libraryDependencies += "org.odpi.egeria" % "audit-log-slf4j-connector" % "2.7"
[org.odpi.egeria/audit-log-slf4j-connector "2.7"]