g

governance-engine

The Governance Engine Open Metadata Access Service (OMAS) provides APIs and events that retrieve and manage metadata for governance engines. Governance engines ensure that the infrastructure supporting the data landscape is operating according to the governance program.
Files download
File Operation
governance-engine-3.15.pom download
Apache Maven
<dependency>
  <groupId>org.odpi.egeria</groupId>
  <artifactId>governance-engine</artifactId>
  <version>3.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.odpi.egeria:governance-engine:3.15'
Gradle Kotlin
implementation("org.odpi.egeria:governance-engine:3.15")
Scala SBT
libraryDependencies += "org.odpi.egeria" % "governance-engine" % "3.15"
Groovy Grape
@Grapes(
  @Grab(group='org.odpi.egeria', module='governance-engine', version='3.15')
)
Apache Ivy
<dependency org="org.odpi.egeria" name="governance-engine" rev="3.15" />
Leiningen
[org.odpi.egeria/governance-engine "3.15"]
Apache Buildr
'org.odpi.egeria:governance-engine:jar:3.15'