<dependency> <groupId>me.felinewith</groupId> <artifactId>lang-toolkit</artifactId> <version>1.0-SNAPSHOT</version> <type>pom</type> </dependency>
'me.felinewith:lang-toolkit:pom:1.0-SNAPSHOT'
<dependency org="me.felinewith" name="lang-toolkit" rev="1.0-SNAPSHOT"> <artifact name="lang-toolkit" type="pom" /> </dependency>
@Grapes( @Grab(group='me.felinewith', module='lang-toolkit', version='1.0-SNAPSHOT') )
compile 'me.felinewith:lang-toolkit:1.0-SNAPSHOT'
libraryDependencies += "me.felinewith" % "lang-toolkit" % "1.0-SNAPSHOT"
[me.felinewith/lang-toolkit "1.0-SNAPSHOT"]