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