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