Dependency Information

Apache Maven

<dependency>
  <groupId>com.betfair.cougar</groupId>
  <artifactId>cougar-codegen-plugin</artifactId>
  <version>3.3-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.betfair.cougar:cougar-codegen-plugin:maven-plugin:3.3-SNAPSHOT'

Apache Ivy

<dependency org="com.betfair.cougar" name="cougar-codegen-plugin" rev="3.3-SNAPSHOT">
  <artifact name="cougar-codegen-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.betfair.cougar', module='cougar-codegen-plugin', version='3.3-SNAPSHOT')
)

Grails

compile 'com.betfair.cougar:cougar-codegen-plugin:3.3-SNAPSHOT'

Leiningen

[com.betfair.cougar/cougar-codegen-plugin "3.3-SNAPSHOT"]

SBT

libraryDependencies += "com.betfair.cougar" % "cougar-codegen-plugin" % "3.3-SNAPSHOT"