GroupId | GroupIdorg.odpi.egeria |
---|---|
ArtifactId | ArtifactIdgovernance-action |
Version | Version2.8 |
Type | Typepom |
Filename | Size |
---|---|
governance-action-2.8.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/governance-action/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>governance-action</artifactId>
<version>2.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/governance-action/
implementation 'org.odpi.egeria:governance-action:2.8'
// https://jarcasting.com/artifacts/org.odpi.egeria/governance-action/
implementation ("org.odpi.egeria:governance-action:2.8")
'org.odpi.egeria:governance-action:pom:2.8'
<dependency org="org.odpi.egeria" name="governance-action" rev="2.8">
<artifact name="governance-action" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='governance-action', version='2.8')
)
libraryDependencies += "org.odpi.egeria" % "governance-action" % "2.8"
[org.odpi.egeria/governance-action "2.8"]