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