<dependency> <groupId>net.adamcin</groupId> <artifactId>snagjar-maven-plugin</artifactId> <version>1.3.4</version> <type>maven-plugin</type> </dependency>
'net.adamcin:snagjar-maven-plugin:maven-plugin:1.3.4'
<dependency org="net.adamcin" name="snagjar-maven-plugin" rev="1.3.4"> <artifact name="snagjar-maven-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='net.adamcin', module='snagjar-maven-plugin', version='1.3.4') )
compile 'net.adamcin:snagjar-maven-plugin:1.3.4'
libraryDependencies += "net.adamcin" % "snagjar-maven-plugin" % "1.3.4"
[net.adamcin/snagjar-maven-plugin "1.3.4"]