<dependency> <groupId>com.github.egateam</groupId> <artifactId>commons</artifactId> <version>0.0.9</version> </dependency>
'com.github.egateam:commons:jar:0.0.9'
<dependency org="com.github.egateam" name="commons" rev="0.0.9"> <artifact name="commons" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.egateam', module='commons', version='0.0.9') )
compile 'com.github.egateam:commons:0.0.9'
[com.github.egateam/commons "0.0.9"]
libraryDependencies += "com.github.egateam" % "commons" % "0.0.9"