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