Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIddata-engine-proxy-services-server |
Version | Version2.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/data-engine-proxy-services-server/
implementation 'org.odpi.egeria:data-engine-proxy-services-server:2.3'
// https://jarcasting.com/artifacts/org.odpi.egeria/data-engine-proxy-services-server/
implementation ("org.odpi.egeria:data-engine-proxy-services-server:2.3")
'org.odpi.egeria:data-engine-proxy-services-server:jar:2.3'
<dependency org="org.odpi.egeria" name="data-engine-proxy-services-server" rev="2.3">
<artifact name="data-engine-proxy-services-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='data-engine-proxy-services-server', version='2.3')
)
libraryDependencies += "org.odpi.egeria" % "data-engine-proxy-services-server" % "2.3"
[org.odpi.egeria/data-engine-proxy-services-server "2.3"]