Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.github</groupId>
  <artifactId>site-maven-plugin</artifactId>
  <version>0.9</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.github:site-maven-plugin:maven-plugin:0.9'

Apache Ant

<dependency org="com.github.github" name="site-maven-plugin" rev="0.9">
  <artifact name="site-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.github', module='site-maven-plugin', version='0.9')
)

Grails

compile 'com.github.github:site-maven-plugin:0.9'

Leiningen

[com.github.github/site-maven-plugin "0.9"]

SBT

libraryDependencies += "com.github.github" %% "site-maven-plugin" % "0.9"