is not current version
Last Version 3.9

org.odpi.egeria:data-engine 2.1

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

2.1
Type

Type

pom

Download data-engine 2.1

Filename Size
data-engine-2.1.pom 1 KB
Browse

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