Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIddata-engine-proxy-services-server |
Version | Version2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/data-engine-proxy-services-server/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>data-engine-proxy-services-server</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/data-engine-proxy-services-server/
implementation 'org.odpi.egeria:data-engine-proxy-services-server:2.4'
// https://jarcasting.com/artifacts/org.odpi.egeria/data-engine-proxy-services-server/
implementation ("org.odpi.egeria:data-engine-proxy-services-server:2.4")
'org.odpi.egeria:data-engine-proxy-services-server:jar:2.4'
<dependency org="org.odpi.egeria" name="data-engine-proxy-services-server" rev="2.4">
<artifact name="data-engine-proxy-services-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='data-engine-proxy-services-server', version='2.4')
)
libraryDependencies += "org.odpi.egeria" % "data-engine-proxy-services-server" % "2.4"
[org.odpi.egeria/data-engine-proxy-services-server "2.4"]