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