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