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