is not current version
Last Version 3.9

org.odpi.egeria:admin-services 2.3

The administration services support the configuration of the open metadata server platform. This configuration determines which of the open metadata services are active. It also supports the querying the runtime (operational) state of the open metadata components.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

admin-services
Version

Version

2.3
Type

Type

pom

Download admin-services 2.3

Filename Size
admin-services-2.3.pom 1 KB
Browse

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