f

frameworks

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.
Files download
File Operation
frameworks-3.12.pom download
Apache Maven
<dependency>
  <groupId>org.odpi.egeria</groupId>
  <artifactId>frameworks</artifactId>
  <version>3.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.odpi.egeria:frameworks:3.12'
Gradle Kotlin
implementation("org.odpi.egeria:frameworks:3.12")
Scala SBT
libraryDependencies += "org.odpi.egeria" % "frameworks" % "3.12"
Groovy Grape
@Grapes(
  @Grab(group='org.odpi.egeria', module='frameworks', version='3.12')
)
Apache Ivy
<dependency org="org.odpi.egeria" name="frameworks" rev="3.12" />
Leiningen
[org.odpi.egeria/frameworks "3.12"]
Apache Buildr
'org.odpi.egeria:frameworks:jar:3.12'