| Группа | Группаorg.odpi.egeria |
|---|---|
| Идентификатор | Идентификаторglossary-view |
| Версия | Версия2.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| glossary-view-2.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/glossary-view/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>glossary-view</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/glossary-view/
implementation 'org.odpi.egeria:glossary-view:2.2'
// https://jarcasting.com/artifacts/org.odpi.egeria/glossary-view/
implementation ("org.odpi.egeria:glossary-view:2.2")
'org.odpi.egeria:glossary-view:pom:2.2'
<dependency org="org.odpi.egeria" name="glossary-view" rev="2.2">
<artifact name="glossary-view" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='glossary-view', version='2.2')
)
libraryDependencies += "org.odpi.egeria" % "glossary-view" % "2.2"
[org.odpi.egeria/glossary-view "2.2"]