GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-benchmark |
Version | Version317 |
Type | Typejar |
Filename | Size |
---|---|
presto-benchmark-317.pom | |
presto-benchmark-317.jar | 101 KB |
presto-benchmark-317-tests.jar | 83 KB |
presto-benchmark-317-test-sources.jar | 46 KB |
presto-benchmark-317-sources.jar | 65 KB |
presto-benchmark-317-javadoc.jar | 356 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-benchmark/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-benchmark</artifactId>
<version>317</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-benchmark/
implementation 'io.prestosql:presto-benchmark:317'
// https://jarcasting.com/artifacts/io.prestosql/presto-benchmark/
implementation ("io.prestosql:presto-benchmark:317")
'io.prestosql:presto-benchmark:jar:317'
<dependency org="io.prestosql" name="presto-benchmark" rev="317">
<artifact name="presto-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-benchmark', version='317')
)
libraryDependencies += "io.prestosql" % "presto-benchmark" % "317"
[io.prestosql/presto-benchmark "317"]