GroupId | GroupIdorg.apache.hive |
---|---|
ArtifactId | ArtifactIdhive-storage-api |
Version | Version2.1.1-pre-orc |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-storage-api/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-storage-api</artifactId>
<version>2.1.1-pre-orc</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-storage-api/
implementation 'org.apache.hive:hive-storage-api:2.1.1-pre-orc'
// https://jarcasting.com/artifacts/org.apache.hive/hive-storage-api/
implementation ("org.apache.hive:hive-storage-api:2.1.1-pre-orc")
'org.apache.hive:hive-storage-api:jar:2.1.1-pre-orc'
<dependency org="org.apache.hive" name="hive-storage-api" rev="2.1.1-pre-orc">
<artifact name="hive-storage-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-storage-api', version='2.1.1-pre-orc')
)
libraryDependencies += "org.apache.hive" % "hive-storage-api" % "2.1.1-pre-orc"
[org.apache.hive/hive-storage-api "2.1.1-pre-orc"]