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