GroupId | GroupIdorg.apache.hyracks |
---|---|
ArtifactId | ArtifactIdtpch-example |
Version | Version0.3.4.1 |
Type | Typepom |
Filename | Size |
---|---|
tpch-example-0.3.4.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hyracks/tpch-example/ -->
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>tpch-example</artifactId>
<version>0.3.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hyracks/tpch-example/
implementation 'org.apache.hyracks:tpch-example:0.3.4.1'
// https://jarcasting.com/artifacts/org.apache.hyracks/tpch-example/
implementation ("org.apache.hyracks:tpch-example:0.3.4.1")
'org.apache.hyracks:tpch-example:pom:0.3.4.1'
<dependency org="org.apache.hyracks" name="tpch-example" rev="0.3.4.1">
<artifact name="tpch-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.hyracks', module='tpch-example', version='0.3.4.1')
)
libraryDependencies += "org.apache.hyracks" % "tpch-example" % "0.3.4.1"
[org.apache.hyracks/tpch-example "0.3.4.1"]