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