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