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