is not current version
Last Version 2.11

org.odpi.egeria:ibm-ia-rest-client-library 2.0

A Java client library that uses the IBM Information Analyzer (IA) REST API to call into an Information Analyzer environment.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

ibm-ia-rest-client-library
Version

Version

2.0
Type

Type

jar

Download ibm-ia-rest-client-library 2.0


<!-- https://jarcasting.com/artifacts/org.odpi.egeria/ibm-ia-rest-client-library/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>ibm-ia-rest-client-library</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/ibm-ia-rest-client-library/
implementation 'org.odpi.egeria:ibm-ia-rest-client-library:2.0'
// https://jarcasting.com/artifacts/org.odpi.egeria/ibm-ia-rest-client-library/
implementation ("org.odpi.egeria:ibm-ia-rest-client-library:2.0")
'org.odpi.egeria:ibm-ia-rest-client-library:jar:2.0'
<dependency org="org.odpi.egeria" name="ibm-ia-rest-client-library" rev="2.0">
  <artifact name="ibm-ia-rest-client-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='ibm-ia-rest-client-library', version='2.0')
)
libraryDependencies += "org.odpi.egeria" % "ibm-ia-rest-client-library" % "2.0"
[org.odpi.egeria/ibm-ia-rest-client-library "2.0"]