MVN

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

Maven & Gradle

Jul 06, 2021

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

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>ibm-ia-rest-client-library</artifactId>
    <version>2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.odpi.egeria : ibm-ia-rest-client-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11

All Versions

Choose a version of org.odpi.egeria : ibm-ia-rest-client-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11
ibm-ia-rest-client-library-2.11
2.10
ibm-ia-rest-client-library-2.10
2.5
ibm-ia-rest-client-library-2.5
2.2
ibm-ia-rest-client-library-2.2
2.1
ibm-ia-rest-client-library-2.1
2.0
ibm-ia-rest-client-library-2.0
1.8
ibm-ia-rest-client-library-1.8
1.6
ibm-ia-rest-client-library-1.6
1.5
ibm-ia-rest-client-library-1.5
1.3
ibm-ia-rest-client-library-1.3
1.2
ibm-ia-rest-client-library-1.2

How to add a dependency to Maven

Add the following org.odpi.egeria : ibm-ia-rest-client-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>ibm-ia-rest-client-library</artifactId>
    <version>2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.odpi.egeria : ibm-ia-rest-client-library gradle dependency to your build.gradle file:

implementation 'org.odpi.egeria:ibm-ia-rest-client-library:2.11'

Gradle Kotlin DSL: Add the following org.odpi.egeria : ibm-ia-rest-client-library gradle kotlin dependency to your build.gradle.kts file:

implementation("org.odpi.egeria:ibm-ia-rest-client-library:2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.odpi.egeria : ibm-ia-rest-client-library sbt scala dependency to your build.sbt file:

libraryDependencies += "org.odpi.egeria" % "ibm-ia-rest-client-library" % "2.11"