GroupId | GroupIdorg.odpi.egeria |
---|---|
ArtifactId | ArtifactIdit-infrastructure-spring |
Version | Version1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/it-infrastructure-spring/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>it-infrastructure-spring</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/it-infrastructure-spring/
implementation 'org.odpi.egeria:it-infrastructure-spring:1.5'
// https://jarcasting.com/artifacts/org.odpi.egeria/it-infrastructure-spring/
implementation ("org.odpi.egeria:it-infrastructure-spring:1.5")
'org.odpi.egeria:it-infrastructure-spring:jar:1.5'
<dependency org="org.odpi.egeria" name="it-infrastructure-spring" rev="1.5">
<artifact name="it-infrastructure-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='it-infrastructure-spring', version='1.5')
)
libraryDependencies += "org.odpi.egeria" % "it-infrastructure-spring" % "1.5"
[org.odpi.egeria/it-infrastructure-spring "1.5"]