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