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