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