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