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