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