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