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