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