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