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