is not current version
Last Version 3.9

org.odpi.egeria:frameworks 3.2

The open metadata and governance frameworks define the interfaces for pluggable components. These components provide much of the customization offered by the open metadata and governance implementation.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

frameworks
Version

Version

3.2
Type

Type

pom

Download frameworks 3.2

Filename Size
frameworks-3.2.pom 1 KB
Browse

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