GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-benchmark-driver |
Version | Version320 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-benchmark-driver/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-benchmark-driver</artifactId>
<version>320</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-benchmark-driver/
implementation 'io.prestosql:presto-benchmark-driver:320'
// https://jarcasting.com/artifacts/io.prestosql/presto-benchmark-driver/
implementation ("io.prestosql:presto-benchmark-driver:320")
'io.prestosql:presto-benchmark-driver:jar:320'
<dependency org="io.prestosql" name="presto-benchmark-driver" rev="320">
<artifact name="presto-benchmark-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-benchmark-driver', version='320')
)
libraryDependencies += "io.prestosql" % "presto-benchmark-driver" % "320"
[io.prestosql/presto-benchmark-driver "320"]