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