Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdinformation-view-client |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
information-view-client-1.5.pom | |
information-view-client-1.5.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>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/information-view-client/
implementation 'org.odpi.egeria:information-view-client:1.5'
// https://jarcasting.com/artifacts/org.odpi.egeria/information-view-client/
implementation ("org.odpi.egeria:information-view-client:1.5")
'org.odpi.egeria:information-view-client:jar:1.5'
<dependency org="org.odpi.egeria" name="information-view-client" rev="1.5">
<artifact name="information-view-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='information-view-client', version='1.5')
)
libraryDependencies += "org.odpi.egeria" % "information-view-client" % "1.5"
[org.odpi.egeria/information-view-client "1.5"]