g

governance-engines-plugins

Governance Engines Plugins support plugins to governance engines to enable them to use open metadata settings in their validation and enforcement decisions they make and the resulting actions they take.
Files download
File Operation
governance-engines-plugins-2.7.pom download
Apache Maven
<dependency>
  <groupId>org.odpi.egeria</groupId>
  <artifactId>governance-engines-plugins</artifactId>
  <version>2.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.odpi.egeria:governance-engines-plugins:2.7'
Gradle Kotlin
implementation("org.odpi.egeria:governance-engines-plugins:2.7")
Scala SBT
libraryDependencies += "org.odpi.egeria" % "governance-engines-plugins" % "2.7"
Groovy Grape
@Grapes(
  @Grab(group='org.odpi.egeria', module='governance-engines-plugins', version='2.7')
)
Apache Ivy
<dependency org="org.odpi.egeria" name="governance-engines-plugins" rev="2.7" />
Leiningen
[org.odpi.egeria/governance-engines-plugins "2.7"]
Apache Buildr
'org.odpi.egeria:governance-engines-plugins:jar:2.7'