<dependency> <groupId>me.felinewith.lang-toolkit.library</groupId> <artifactId>libservices</artifactId> <version>1.0-SNAPSHOT</version> </dependency>
<dependency org="me.felinewith.lang-toolkit.library" name="libservices" rev="1.0-SNAPSHOT"> <artifact name="libservices" type="jar" /> </dependency>
@Grapes( @Grab(group='me.felinewith.lang-toolkit.library', module='libservices', version='1.0-SNAPSHOT') )