GroupId | GroupIdcom.facebook.presto |
---|---|
ArtifactId | ArtifactIdpresto-benchmark |
Version | Version0.233.1 |
Type | Typejar |
Filename | Size |
---|---|
presto-benchmark-0.233.1.pom | |
presto-benchmark-0.233.1.jar | 103 KB |
presto-benchmark-0.233.1-tests.jar | 109 KB |
presto-benchmark-0.233.1-test-sources.jar | 61 KB |
presto-benchmark-0.233.1-sources.jar | 67 KB |
presto-benchmark-0.233.1-javadoc.jar | 362 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-benchmark/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-benchmark</artifactId>
<version>0.233.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-benchmark/
implementation 'com.facebook.presto:presto-benchmark:0.233.1'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-benchmark/
implementation ("com.facebook.presto:presto-benchmark:0.233.1")
'com.facebook.presto:presto-benchmark:jar:0.233.1'
<dependency org="com.facebook.presto" name="presto-benchmark" rev="0.233.1">
<artifact name="presto-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-benchmark', version='0.233.1')
)
libraryDependencies += "com.facebook.presto" % "presto-benchmark" % "0.233.1"
[com.facebook.presto/presto-benchmark "0.233.1"]