Dependency Information

Apache Maven

<dependency>
  <groupId>com.basistech</groupId>
  <artifactId>github-release-notes-maven-plugin</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.basistech:github-release-notes-maven-plugin:maven-plugin:0.0.1-SNAPSHOT'

Apache Ant

<dependency org="com.basistech" name="github-release-notes-maven-plugin" rev="0.0.1-SNAPSHOT">
  <artifact name="github-release-notes-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.basistech', module='github-release-notes-maven-plugin', version='0.0.1-SNAPSHOT')
)

Grails

compile 'com.basistech:github-release-notes-maven-plugin:0.0.1-SNAPSHOT'

Leiningen

[com.basistech/github-release-notes-maven-plugin "0.0.1-SNAPSHOT"]

SBT

libraryDependencies += "com.basistech" %% "github-release-notes-maven-plugin" % "0.0.1-SNAPSHOT"