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