is not current version
Last Version 3.9

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

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

0.1
Type

Type

jar

Download admin-services-spring 0.1


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