| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаorg.kantega.respiro |
| Идентификатор | Идентификаторrespiro-ui-registry-plugin |
| Версия | Версия1.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-ui-registry-plugin/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-ui-registry-plugin</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-ui-registry-plugin/
implementation 'org.kantega.respiro:respiro-ui-registry-plugin:1.4'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-ui-registry-plugin/
implementation ("org.kantega.respiro:respiro-ui-registry-plugin:1.4")
'org.kantega.respiro:respiro-ui-registry-plugin:jar:1.4'
<dependency org="org.kantega.respiro" name="respiro-ui-registry-plugin" rev="1.4">
<artifact name="respiro-ui-registry-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-ui-registry-plugin', version='1.4')
)
libraryDependencies += "org.kantega.respiro" % "respiro-ui-registry-plugin" % "1.4"
[org.kantega.respiro/respiro-ui-registry-plugin "1.4"]