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