не последняя версия
Последняя версия 1.0

org.drombler.commons:drombler-commons-fx 0.4

Drombler Commons - FX is a collection of reusable libraries and frameworks for JavaFX. You can use this POM file e.g. in your dependencyManagement section to manage your Drombler Commons FX dependencies.

Группа

Группа

org.drombler.commons
Идентификатор

Идентификатор

drombler-commons-fx
Версия

Версия

0.4
Тип

Тип

pom

Скачать drombler-commons-fx 0.4

Имя Файла Размер
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"]