GroupId | GroupIdorg.apache.hive |
---|---|
ArtifactId | ArtifactIdhive-streaming |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
hive-streaming-3.1.1.pom | |
hive-streaming-3.1.1.jar | 62 KB |
hive-streaming-3.1.1-tests.jar | 67 KB |
hive-streaming-3.1.1-sources.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-streaming/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-streaming</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-streaming/
implementation 'org.apache.hive:hive-streaming:3.1.1'
// https://jarcasting.com/artifacts/org.apache.hive/hive-streaming/
implementation ("org.apache.hive:hive-streaming:3.1.1")
'org.apache.hive:hive-streaming:jar:3.1.1'
<dependency org="org.apache.hive" name="hive-streaming" rev="3.1.1">
<artifact name="hive-streaming" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-streaming', version='3.1.1')
)
libraryDependencies += "org.apache.hive" % "hive-streaming" % "3.1.1"
[org.apache.hive/hive-streaming "3.1.1"]