Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdinformation-view-client |
Version | Version2.8 |
Type | Typejar |
Filename | Size |
---|---|
information-view-client-2.8.pom | |
information-view-client-2.8.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/information-view-client/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>information-view-client</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/information-view-client/
implementation 'org.odpi.egeria:information-view-client:2.8'
// https://jarcasting.com/artifacts/org.odpi.egeria/information-view-client/
implementation ("org.odpi.egeria:information-view-client:2.8")
'org.odpi.egeria:information-view-client:jar:2.8'
<dependency org="org.odpi.egeria" name="information-view-client" rev="2.8">
<artifact name="information-view-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='information-view-client', version='2.8')
)
libraryDependencies += "org.odpi.egeria" % "information-view-client" % "2.8"
[org.odpi.egeria/information-view-client "2.8"]