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