License |
License |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdadmin-services-spring |
Version | Version2.9 |
Type | Typejar |
Description |
DescriptionAdministration Services with Spring
The administration services with Spring module uses Spring to implement a RESTful service
for the administration services server.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
admin-services-spring-2.9.pom | |
admin-services-spring-2.9.jar | 28 KB |
admin-services-spring-2.9-sources.jar | 31 KB |
admin-services-spring-2.9-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/admin-services-spring/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>admin-services-spring</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/admin-services-spring/
implementation 'org.odpi.egeria:admin-services-spring:2.9'
// https://jarcasting.com/artifacts/org.odpi.egeria/admin-services-spring/
implementation ("org.odpi.egeria:admin-services-spring:2.9")
'org.odpi.egeria:admin-services-spring:jar:2.9'
<dependency org="org.odpi.egeria" name="admin-services-spring" rev="2.9">
<artifact name="admin-services-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='admin-services-spring', version='2.9')
)
libraryDependencies += "org.odpi.egeria" % "admin-services-spring" % "2.9"
[org.odpi.egeria/admin-services-spring "2.9"]
Group / Artifact | Type | Version |
---|---|---|
org.odpi.egeria : open-connector-framework | jar | 2.9 |
org.odpi.egeria : admin-services-api | jar | 2.9 |
org.odpi.egeria : admin-services-server | jar | 2.9 |
org.odpi.egeria : ffdc-services | jar | 2.9 |
org.springframework : spring-web | jar | 5.3.5 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
io.swagger.core.v3 : swagger-annotations | jar | 2.1.7 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.30 |