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