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