| GroupId | GroupIdio.prestosql.benchto |
|---|---|
| ArtifactId | ArtifactIdbenchto-driver |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| benchto-driver-0.7.pom | |
| benchto-driver-0.7.jar | 24 MB |
| benchto-driver-0.7-tests.jar | 68 KB |
| benchto-driver-0.7-test-sources.jar | 46 KB |
| benchto-driver-0.7-sources.jar | 77 KB |
| benchto-driver-0.7-javadoc.jar | 445 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql.benchto/benchto-driver/ -->
<dependency>
<groupId>io.prestosql.benchto</groupId>
<artifactId>benchto-driver</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql.benchto/benchto-driver/
implementation 'io.prestosql.benchto:benchto-driver:0.7'
// https://jarcasting.com/artifacts/io.prestosql.benchto/benchto-driver/
implementation ("io.prestosql.benchto:benchto-driver:0.7")
'io.prestosql.benchto:benchto-driver:jar:0.7'
<dependency org="io.prestosql.benchto" name="benchto-driver" rev="0.7">
<artifact name="benchto-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql.benchto', module='benchto-driver', version='0.7')
)
libraryDependencies += "io.prestosql.benchto" % "benchto-driver" % "0.7"
[io.prestosql.benchto/benchto-driver "0.7"]