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