GroupId | GroupIdorg.spark-project.hive.hcatalog |
---|---|
ArtifactId | ArtifactIdhive-hcatalog-server-extensions |
Version | Version1.2.1.spark |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spark-project.hive.hcatalog/hive-hcatalog-server-extensions/ -->
<dependency>
<groupId>org.spark-project.hive.hcatalog</groupId>
<artifactId>hive-hcatalog-server-extensions</artifactId>
<version>1.2.1.spark</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive.hcatalog/hive-hcatalog-server-extensions/
implementation 'org.spark-project.hive.hcatalog:hive-hcatalog-server-extensions:1.2.1.spark'
// https://jarcasting.com/artifacts/org.spark-project.hive.hcatalog/hive-hcatalog-server-extensions/
implementation ("org.spark-project.hive.hcatalog:hive-hcatalog-server-extensions:1.2.1.spark")
'org.spark-project.hive.hcatalog:hive-hcatalog-server-extensions:jar:1.2.1.spark'
<dependency org="org.spark-project.hive.hcatalog" name="hive-hcatalog-server-extensions" rev="1.2.1.spark">
<artifact name="hive-hcatalog-server-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive.hcatalog', module='hive-hcatalog-server-extensions', version='1.2.1.spark')
)
libraryDependencies += "org.spark-project.hive.hcatalog" % "hive-hcatalog-server-extensions" % "1.2.1.spark"
[org.spark-project.hive.hcatalog/hive-hcatalog-server-extensions "1.2.1.spark"]