GroupId | GroupIdorg.odpi.egeria |
---|---|
ArtifactId | ArtifactIdit-infrastructure-spring |
Version | Version1.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/it-infrastructure-spring/
implementation 'org.odpi.egeria:it-infrastructure-spring:1.3'
// https://jarcasting.com/artifacts/org.odpi.egeria/it-infrastructure-spring/
implementation ("org.odpi.egeria:it-infrastructure-spring:1.3")
'org.odpi.egeria:it-infrastructure-spring:jar:1.3'
<dependency org="org.odpi.egeria" name="it-infrastructure-spring" rev="1.3">
<artifact name="it-infrastructure-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='it-infrastructure-spring', version='1.3')
)
libraryDependencies += "org.odpi.egeria" % "it-infrastructure-spring" % "1.3"
[org.odpi.egeria/it-infrastructure-spring "1.3"]