is not current version
Last Version 3.9

org.odpi.egeria:governance-action-framework 1.0

The Governance Action Framework (GAF) provides the interfaces and base implementations for components (called governance actions) that take action to correct a situation that is harmful the data, or the organization in some way.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

governance-action-framework
Version

Version

1.0
Type

Type

jar

Download governance-action-framework 1.0


<!-- https://jarcasting.com/artifacts/org.odpi.egeria/governance-action-framework/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>governance-action-framework</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/governance-action-framework/
implementation 'org.odpi.egeria:governance-action-framework:1.0'
// https://jarcasting.com/artifacts/org.odpi.egeria/governance-action-framework/
implementation ("org.odpi.egeria:governance-action-framework:1.0")
'org.odpi.egeria:governance-action-framework:jar:1.0'
<dependency org="org.odpi.egeria" name="governance-action-framework" rev="1.0">
  <artifact name="governance-action-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='governance-action-framework', version='1.0')
)
libraryDependencies += "org.odpi.egeria" % "governance-action-framework" % "1.0"
[org.odpi.egeria/governance-action-framework "1.0"]