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