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