License |
License |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdrepository-services-spring |
Version | Version3.3 |
Type | Typejar |
Description |
DescriptionRepository Services with Spring
Open Metadata Repository Services (OMRS) with Spring module
uses spring to create the OMRS REST services.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/repository-services-spring/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>repository-services-spring</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/repository-services-spring/
implementation 'org.odpi.egeria:repository-services-spring:3.3'
// https://jarcasting.com/artifacts/org.odpi.egeria/repository-services-spring/
implementation ("org.odpi.egeria:repository-services-spring:3.3")
'org.odpi.egeria:repository-services-spring:jar:3.3'
<dependency org="org.odpi.egeria" name="repository-services-spring" rev="3.3">
<artifact name="repository-services-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='repository-services-spring', version='3.3')
)
libraryDependencies += "org.odpi.egeria" % "repository-services-spring" % "3.3"
[org.odpi.egeria/repository-services-spring "3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.3.10 |
org.odpi.egeria : repository-services-apis | jar | 3.3 |
org.odpi.egeria : repository-services-implementation | jar | 3.3 |
io.swagger.core.v3 : swagger-annotations | jar | 2.1.11 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.32 |