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