is not current version
Last Version 3.9

org.odpi.egeria:adapters 2.3

The adapters provide components that either plug into the open metadata implementation to support one of its functions or plug open metadata capability into another technology.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

adapters
Version

Version

2.3
Type

Type

pom

Download adapters 2.3

Filename Size
adapters-2.3.pom 1 KB
Browse

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