is not current version
Last Version 3.9

org.odpi.egeria:data-engine 1.0

The Data Engine Open Metadata Access Service (OMAS) facilitates the creation of processes and input/output relationships between the processes and the data sets.

Categories

Categories

Data
GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

data-engine
Version

Version

1.0
Type

Type

pom

Download data-engine 1.0

Filename Size
data-engine-1.0.pom 3 KB
Browse

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