License |
License |
---|---|
GroupId | GroupIdio.prestosql.tpch |
ArtifactId | ArtifactIdtpch |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontpch
Port of TPC-H dbgen to Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tpch-1.0.pom | |
tpch-1.0.jar | 173 KB |
tpch-1.0-tests.jar | 20 KB |
tpch-1.0-test-sources.jar | 17 KB |
tpch-1.0-sources.jar | 85 KB |
tpch-1.0-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql.tpch/tpch/ -->
<dependency>
<groupId>io.prestosql.tpch</groupId>
<artifactId>tpch</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql.tpch/tpch/
implementation 'io.prestosql.tpch:tpch:1.0'
// https://jarcasting.com/artifacts/io.prestosql.tpch/tpch/
implementation ("io.prestosql.tpch:tpch:1.0")
'io.prestosql.tpch:tpch:jar:1.0'
<dependency org="io.prestosql.tpch" name="tpch" rev="1.0">
<artifact name="tpch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql.tpch', module='tpch', version='1.0')
)
libraryDependencies += "io.prestosql.tpch" % "tpch" % "1.0"
[io.prestosql.tpch/tpch "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 26.0-jre |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.10 |