GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-benchmark |
Version | Version334 |
Type | Typejar |
Filename | Size |
---|---|
presto-benchmark-334.pom | |
presto-benchmark-334.jar | 100 KB |
presto-benchmark-334-tests.jar | 90 KB |
presto-benchmark-334-test-sources.jar | 49 KB |
presto-benchmark-334-sources.jar | 65 KB |
presto-benchmark-334-javadoc.jar | 743 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-benchmark/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-benchmark</artifactId>
<version>334</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-benchmark/
implementation 'io.prestosql:presto-benchmark:334'
// https://jarcasting.com/artifacts/io.prestosql/presto-benchmark/
implementation ("io.prestosql:presto-benchmark:334")
'io.prestosql:presto-benchmark:jar:334'
<dependency org="io.prestosql" name="presto-benchmark" rev="334">
<artifact name="presto-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-benchmark', version='334')
)
libraryDependencies += "io.prestosql" % "presto-benchmark" % "334"
[io.prestosql/presto-benchmark "334"]