d

data-platform-services

The Data Platform services enable data platforms can synchronize and maintain the metadata of the data assets to Data Platform OMAS.
Files download
File Operation
data-platform-services-2.10.pom download
Apache Maven
<dependency>
  <groupId>org.odpi.egeria</groupId>
  <artifactId>data-platform-services</artifactId>
  <version>2.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.odpi.egeria:data-platform-services:2.10'
Gradle Kotlin
implementation("org.odpi.egeria:data-platform-services:2.10")
Scala SBT
libraryDependencies += "org.odpi.egeria" % "data-platform-services" % "2.10"
Groovy Grape
@Grapes(
  @Grab(group='org.odpi.egeria', module='data-platform-services', version='2.10')
)
Apache Ivy
<dependency org="org.odpi.egeria" name="data-platform-services" rev="2.10" />
Leiningen
[org.odpi.egeria/data-platform-services "2.10"]
Apache Buildr
'org.odpi.egeria:data-platform-services:jar:2.10'