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