is not current version
Last Version 3.9

org.odpi.egeria:rest-client-connectors 2.5

Provides connectors for calling a REST API.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

rest-client-connectors
Version

Version

2.5
Type

Type

pom

Download rest-client-connectors 2.5


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