GroupId | GroupIdcom.facebook.presto |
---|---|
ArtifactId | ArtifactIdpresto-hive-common |
Version | Version0.241 |
Type | Typejar |
Filename | Size |
---|---|
presto-hive-common-0.241.pom | |
presto-hive-common-0.241.jar | 22 KB |
presto-hive-common-0.241-sources.jar | 17 KB |
presto-hive-common-0.241-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-hive-common/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-hive-common</artifactId>
<version>0.241</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-hive-common/
implementation 'com.facebook.presto:presto-hive-common:0.241'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-hive-common/
implementation ("com.facebook.presto:presto-hive-common:0.241")
'com.facebook.presto:presto-hive-common:jar:0.241'
<dependency org="com.facebook.presto" name="presto-hive-common" rev="0.241">
<artifact name="presto-hive-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-hive-common', version='0.241')
)
libraryDependencies += "com.facebook.presto" % "presto-hive-common" % "0.241"
[com.facebook.presto/presto-hive-common "0.241"]