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