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