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