GroupId | GroupIdorg.apache.hive |
---|---|
ArtifactId | ArtifactIdhive-hplsql |
Version | Version2.3.6 |
Type | Typejar |
Filename | Size |
---|---|
hive-hplsql-2.3.6.pom | |
hive-hplsql-2.3.6.jar | 667 KB |
hive-hplsql-2.3.6-sources.jar | 247 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-hplsql/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-hplsql</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-hplsql/
implementation 'org.apache.hive:hive-hplsql:2.3.6'
// https://jarcasting.com/artifacts/org.apache.hive/hive-hplsql/
implementation ("org.apache.hive:hive-hplsql:2.3.6")
'org.apache.hive:hive-hplsql:jar:2.3.6'
<dependency org="org.apache.hive" name="hive-hplsql" rev="2.3.6">
<artifact name="hive-hplsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-hplsql', version='2.3.6')
)
libraryDependencies += "org.apache.hive" % "hive-hplsql" % "2.3.6"
[org.apache.hive/hive-hplsql "2.3.6"]