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