MVN

org.odpi.egeria : rest-client-factory

Maven & Gradle

Jul 19, 2023
6 usages
761 stars

rest-client-factory · REST Client Factory

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>rest-client-factory</artifactId>
    <version>4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.2

All Versions

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

Version Vulnerabilities Updated
4.2
rest-client-factory-4.2
4.1
rest-client-factory-4.1
4.0
rest-client-factory-4.0
3.15
rest-client-factory-3.15
3.14
rest-client-factory-3.14
3.13
rest-client-factory-3.13
3.12
rest-client-factory-3.12
3.11
rest-client-factory-3.11
3.10.x
rest-client-factory-3.10.1
3.10
rest-client-factory-3.10
3.9
rest-client-factory-3.9
3.8
rest-client-factory-3.8
3.7
rest-client-factory-3.7
3.6
rest-client-factory-3.6
3.5
rest-client-factory-3.5
3.4
rest-client-factory-3.4
3.3
rest-client-factory-3.3
3.2
rest-client-factory-3.2
3.1
rest-client-factory-3.1
3.0
rest-client-factory-3.0
2.11
rest-client-factory-2.11
2.10
rest-client-factory-2.10
2.9
rest-client-factory-2.9
2.8
rest-client-factory-2.8
2.7
rest-client-factory-2.7
2.6
rest-client-factory-2.6
2.5
rest-client-factory-2.5
2.4
rest-client-factory-2.4
2.3
rest-client-factory-2.3
2.2
rest-client-factory-2.2
2.1
rest-client-factory-2.1
2.0
rest-client-factory-2.0
1.8
rest-client-factory-1.8
1.7
rest-client-factory-1.7
1.6
rest-client-factory-1.6
1.5
rest-client-factory-1.5
1.4
rest-client-factory-1.4
1.3
rest-client-factory-1.3
1.2
rest-client-factory-1.2
1.1
rest-client-factory-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>rest-client-factory</artifactId>
    <version>4.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.odpi.egeria:rest-client-factory:4.2'

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

implementation("org.odpi.egeria:rest-client-factory:4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.odpi.egeria" % "rest-client-factory" % "4.2"