Dependency Information

Apache Maven

<dependency>
  <groupId>com.basistech</groupId>
  <artifactId>bbh-maven-plugin</artifactId>
  <version>1.0.2-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.basistech:bbh-maven-plugin:maven-plugin:1.0.2-SNAPSHOT'

Apache Ant

<dependency org="com.basistech" name="bbh-maven-plugin" rev="1.0.2-SNAPSHOT">
  <artifact name="bbh-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.basistech', module='bbh-maven-plugin', version='1.0.2-SNAPSHOT')
)

Grails

compile 'com.basistech:bbh-maven-plugin:1.0.2-SNAPSHOT'

Leiningen

[com.basistech/bbh-maven-plugin "1.0.2-SNAPSHOT"]

SBT

libraryDependencies += "com.basistech" %% "bbh-maven-plugin" % "1.0.2-SNAPSHOT"