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