Dependency Information

Apache Maven

<dependency>
  <groupId>com.brandwatch</groupId>
  <artifactId>robots-integration-tests</artifactId>
  <version>1.1.1-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.brandwatch:robots-integration-tests:pom:1.1.1-SNAPSHOT'

Apache Ivy

<dependency org="com.brandwatch" name="robots-integration-tests" rev="1.1.1-SNAPSHOT">
  <artifact name="robots-integration-tests" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.brandwatch', module='robots-integration-tests', version='1.1.1-SNAPSHOT')
)

Grails

compile 'com.brandwatch:robots-integration-tests:1.1.1-SNAPSHOT'

Leiningen

[com.brandwatch/robots-integration-tests "1.1.1-SNAPSHOT"]

SBT

libraryDependencies += "com.brandwatch" % "robots-integration-tests" % "1.1.1-SNAPSHOT"