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