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