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