GroupId | GroupIdorg.odpi.egeria |
---|---|
ArtifactId | ArtifactIdgovernance-engine-spring |
Version | Version2.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/governance-engine-spring/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>governance-engine-spring</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/governance-engine-spring/
implementation 'org.odpi.egeria:governance-engine-spring:2.7'
// https://jarcasting.com/artifacts/org.odpi.egeria/governance-engine-spring/
implementation ("org.odpi.egeria:governance-engine-spring:2.7")
'org.odpi.egeria:governance-engine-spring:jar:2.7'
<dependency org="org.odpi.egeria" name="governance-engine-spring" rev="2.7">
<artifact name="governance-engine-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='governance-engine-spring', version='2.7')
)
libraryDependencies += "org.odpi.egeria" % "governance-engine-spring" % "2.7"
[org.odpi.egeria/governance-engine-spring "2.7"]