is not current version
Last Version 0.4

net.hydromatic:tpcds 0.3

Port of the TPC-DS data generator to Java

Categories

Categories

Net
GroupId

GroupId

net.hydromatic
ArtifactId

ArtifactId

tpcds
Version

Version

0.3
Type

Type

jar

Download tpcds 0.3


<!-- https://jarcasting.com/artifacts/net.hydromatic/tpcds/ -->
<dependency>
    <groupId>net.hydromatic</groupId>
    <artifactId>tpcds</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.hydromatic/tpcds/
implementation 'net.hydromatic:tpcds:0.3'
// https://jarcasting.com/artifacts/net.hydromatic/tpcds/
implementation ("net.hydromatic:tpcds:0.3")
'net.hydromatic:tpcds:jar:0.3'
<dependency org="net.hydromatic" name="tpcds" rev="0.3">
  <artifact name="tpcds" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hydromatic', module='tpcds', version='0.3')
)
libraryDependencies += "net.hydromatic" % "tpcds" % "0.3"
[net.hydromatic/tpcds "0.3"]