is not current version
Last Version 3.9

org.odpi.egeria:asset-catalog 1.2

The Asset Catalog Open Metadata Access Service (OMAS) provides the ability to search for assets stored in the open metadata repositories.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

asset-catalog
Version

Version

1.2
Type

Type

pom

Download asset-catalog 1.2

Filename Size
asset-catalog-1.2.pom 1 KB
Browse

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