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