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