<dependency> <groupId>ch.powerunit.extensions</groupId> <artifactId>powerunit-extensions-async</artifactId> <version>1.2.0-SNAPSHOT</version> <type>multi-release-jar</type> </dependency>
'ch.powerunit.extensions:powerunit-extensions-async:multi-release-jar:1.2.0-SNAPSHOT'
<dependency org="ch.powerunit.extensions" name="powerunit-extensions-async" rev="1.2.0-SNAPSHOT"> <artifact name="powerunit-extensions-async" type="multi-release-jar" /> </dependency>
@Grapes( @Grab(group='ch.powerunit.extensions', module='powerunit-extensions-async', version='1.2.0-SNAPSHOT') )
compile 'ch.powerunit.extensions:powerunit-extensions-async:1.2.0-SNAPSHOT'
libraryDependencies += "ch.powerunit.extensions" % "powerunit-extensions-async" % "1.2.0-SNAPSHOT"
[ch.powerunit.extensions/powerunit-extensions-async "1.2.0-SNAPSHOT"]