License |
License |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdfiles-integrator-spring |
Version | Version3.6 |
Type | Typejar |
Description |
DescriptionFiles Integrator OMIS with Spring
The Files Integrator OMIS with Spring module uses Spring to implement a RESTful service
for the Files Integrator OMIS running in the integration daemon OMAG server.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/files-integrator-spring/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>files-integrator-spring</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/files-integrator-spring/
implementation 'org.odpi.egeria:files-integrator-spring:3.6'
// https://jarcasting.com/artifacts/org.odpi.egeria/files-integrator-spring/
implementation ("org.odpi.egeria:files-integrator-spring:3.6")
'org.odpi.egeria:files-integrator-spring:jar:3.6'
<dependency org="org.odpi.egeria" name="files-integrator-spring" rev="3.6">
<artifact name="files-integrator-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='files-integrator-spring', version='3.6')
)
libraryDependencies += "org.odpi.egeria" % "files-integrator-spring" % "3.6"
[org.odpi.egeria/files-integrator-spring "3.6"]
Group / Artifact | Type | Version |
---|---|---|
org.odpi.egeria : ffdc-services | jar | 3.6 |
org.springframework : spring-web | jar | 5.3.15 |
org.odpi.egeria : files-integrator-server | jar | 3.6 |
io.swagger.core.v3 : swagger-annotations | jar | 2.1.12 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.35 |