GroupId | GroupIdorg.odpi.egeria |
---|---|
ArtifactId | ArtifactIdengine-host-services-spring |
Version | Version3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/engine-host-services-spring/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>engine-host-services-spring</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/engine-host-services-spring/
implementation 'org.odpi.egeria:engine-host-services-spring:3.1'
// https://jarcasting.com/artifacts/org.odpi.egeria/engine-host-services-spring/
implementation ("org.odpi.egeria:engine-host-services-spring:3.1")
'org.odpi.egeria:engine-host-services-spring:jar:3.1'
<dependency org="org.odpi.egeria" name="engine-host-services-spring" rev="3.1">
<artifact name="engine-host-services-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='engine-host-services-spring', version='3.1')
)
libraryDependencies += "org.odpi.egeria" % "engine-host-services-spring" % "3.1"
[org.odpi.egeria/engine-host-services-spring "3.1"]