is not current version
Last Version 2.10

org.odpi.egeria:data-platform 1.1

The Data Platform Open Metadata Access Service (OMAS) provides APIs for tools and applications wishing to register new data assets. It provides the ability to register the host, platform and location of the data platform itself along with the data assets it hosts.

Categories

Categories

Data ORM
GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

data-platform
Version

Version

1.1
Type

Type

pom

Download data-platform 1.1

Filename Size
data-platform-1.1.pom 1 KB
Browse

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