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