<dependency> <groupId>ch.codeblock.qrinvoice.rest</groupId> <artifactId>qrinvoice-rest-standalone</artifactId> <version>1.0</version> </dependency>
<dependency org="ch.codeblock.qrinvoice.rest" name="qrinvoice-rest-standalone" rev="1.0"> <artifact name="qrinvoice-rest-standalone" type="jar" /> </dependency>
@Grapes( @Grab(group='ch.codeblock.qrinvoice.rest', module='qrinvoice-rest-standalone', version='1.0') )