<dependency> <groupId>org.drombler.commons</groupId> <artifactId>drombler-commons-data-fx</artifactId> <version>0.14-SNAPSHOT</version> <type>bundle</type> </dependency>
'org.drombler.commons:drombler-commons-data-fx:bundle:0.14-SNAPSHOT'
<dependency org="org.drombler.commons" name="drombler-commons-data-fx" rev="0.14-SNAPSHOT"> <artifact name="drombler-commons-data-fx" type="bundle" /> </dependency>
@Grapes( @Grab(group='org.drombler.commons', module='drombler-commons-data-fx', version='0.14-SNAPSHOT') )
compile 'org.drombler.commons:drombler-commons-data-fx:0.14-SNAPSHOT'
[org.drombler.commons/drombler-commons-data-fx "0.14-SNAPSHOT"]
libraryDependencies += "org.drombler.commons" %% "drombler-commons-data-fx" % "0.14-SNAPSHOT"