<dependency> <groupId>net.hydromatic</groupId> <artifactId>tpcds</artifactId> <version>0.4</version> </dependency>
'net.hydromatic:tpcds:jar:0.4'
<dependency org="net.hydromatic" name="tpcds" rev="0.4"> <artifact name="tpcds" type="jar" /> </dependency>
@Grapes( @Grab(group='net.hydromatic', module='tpcds', version='0.4') )
compile 'net.hydromatic:tpcds:0.4'
[net.hydromatic/tpcds "0.4"]
libraryDependencies += "net.hydromatic" %% "tpcds" % "0.4"