License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.hydromatic |
ArtifactId | ArtifactIdtpcds |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontpcds
Port of the TPC-DS data generator to Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
tpcds-0.4.pom | |
tpcds-0.4.jar | 208 KB |
tpcds-0.4-test-sources.jar | 2 KB |
tpcds-0.4-sources.jar | 197 KB |
tpcds-0.4-source-release.zip | 222 KB |
tpcds-0.4-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.hydromatic/tpcds/ -->
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>tpcds</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.hydromatic/tpcds/
implementation 'net.hydromatic:tpcds:0.4'
// https://jarcasting.com/artifacts/net.hydromatic/tpcds/
implementation ("net.hydromatic:tpcds:0.4")
'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')
)
libraryDependencies += "net.hydromatic" % "tpcds" % "0.4"
[net.hydromatic/tpcds "0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 11.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |