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