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