is not current version
Last Version 3.9

org.odpi.egeria:admin-services-spring 2.6

The administration services with Spring module uses Spring to implement a RESTful service for the administration services server.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

admin-services-spring
Version

Version

2.6
Type

Type

jar

Download admin-services-spring 2.6


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