Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdstewardship-action-client |
Version | Version1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/stewardship-action-client/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>stewardship-action-client</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/stewardship-action-client/
implementation 'org.odpi.egeria:stewardship-action-client:1.4'
// https://jarcasting.com/artifacts/org.odpi.egeria/stewardship-action-client/
implementation ("org.odpi.egeria:stewardship-action-client:1.4")
'org.odpi.egeria:stewardship-action-client:jar:1.4'
<dependency org="org.odpi.egeria" name="stewardship-action-client" rev="1.4">
<artifact name="stewardship-action-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='stewardship-action-client', version='1.4')
)
libraryDependencies += "org.odpi.egeria" % "stewardship-action-client" % "1.4"
[org.odpi.egeria/stewardship-action-client "1.4"]