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