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