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