GroupId | GroupIdcom.facebook.presto |
---|---|
ArtifactId | ArtifactIdpresto-benchmark |
Version | Version0.154 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-benchmark/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-benchmark</artifactId>
<version>0.154</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-benchmark/
implementation 'com.facebook.presto:presto-benchmark:0.154'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-benchmark/
implementation ("com.facebook.presto:presto-benchmark:0.154")
'com.facebook.presto:presto-benchmark:jar:0.154'
<dependency org="com.facebook.presto" name="presto-benchmark" rev="0.154">
<artifact name="presto-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-benchmark', version='0.154')
)
libraryDependencies += "com.facebook.presto" % "presto-benchmark" % "0.154"
[com.facebook.presto/presto-benchmark "0.154"]