GroupId | GroupIdorg.drombler.commons |
---|---|
ArtifactId | ArtifactIddrombler-commons-fx |
Version | Version0.3 |
Type | Typepom |
Filename | Size |
---|---|
drombler-commons-fx-0.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx/ -->
<dependency>
<groupId>org.drombler.commons</groupId>
<artifactId>drombler-commons-fx</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx/
implementation 'org.drombler.commons:drombler-commons-fx:0.3'
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx/
implementation ("org.drombler.commons:drombler-commons-fx:0.3")
'org.drombler.commons:drombler-commons-fx:pom:0.3'
<dependency org="org.drombler.commons" name="drombler-commons-fx" rev="0.3">
<artifact name="drombler-commons-fx" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drombler.commons', module='drombler-commons-fx', version='0.3')
)
libraryDependencies += "org.drombler.commons" % "drombler-commons-fx" % "0.3"
[org.drombler.commons/drombler-commons-fx "0.3"]