GroupId | GroupIdorg.odpi.egeria |
---|---|
ArtifactId | ArtifactIdengine-host-services-api |
Version | Version2.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/engine-host-services-api/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>engine-host-services-api</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/engine-host-services-api/
implementation 'org.odpi.egeria:engine-host-services-api:2.7'
// https://jarcasting.com/artifacts/org.odpi.egeria/engine-host-services-api/
implementation ("org.odpi.egeria:engine-host-services-api:2.7")
'org.odpi.egeria:engine-host-services-api:jar:2.7'
<dependency org="org.odpi.egeria" name="engine-host-services-api" rev="2.7">
<artifact name="engine-host-services-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='engine-host-services-api', version='2.7')
)
libraryDependencies += "org.odpi.egeria" % "engine-host-services-api" % "2.7"
[org.odpi.egeria/engine-host-services-api "2.7"]