Dependency Information

Apache Maven

<dependency>
  <groupId>com.betfair.cougar</groupId>
  <artifactId>socket-compatibility-testing</artifactId>
  <version>3.3-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.betfair.cougar:socket-compatibility-testing:pom:3.3-SNAPSHOT'

Apache Ivy

<dependency org="com.betfair.cougar" name="socket-compatibility-testing" rev="3.3-SNAPSHOT">
  <artifact name="socket-compatibility-testing" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.betfair.cougar', module='socket-compatibility-testing', version='3.3-SNAPSHOT')
)

Grails

compile 'com.betfair.cougar:socket-compatibility-testing:3.3-SNAPSHOT'

Leiningen

[com.betfair.cougar/socket-compatibility-testing "3.3-SNAPSHOT"]

SBT

libraryDependencies += "com.betfair.cougar" % "socket-compatibility-testing" % "3.3-SNAPSHOT"