Dependency Information

Apache Maven

<dependency>
  <groupId>net.hydromatic</groupId>
  <artifactId>tpcds</artifactId>
  <version>0.4</version>
</dependency>

Apache Buildr

'net.hydromatic:tpcds:jar:0.4'

Apache Ant

<dependency org="net.hydromatic" name="tpcds" rev="0.4">
  <artifact name="tpcds" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.hydromatic', module='tpcds', version='0.4')
)

Grails

compile 'net.hydromatic:tpcds:0.4'

Leiningen

[net.hydromatic/tpcds "0.4"]

SBT

libraryDependencies += "net.hydromatic" %% "tpcds" % "0.4"