| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdorg.apache.storm | 
| ArtifactId | ArtifactIdstorm-hive | 
| Version | Version0.10.0-beta1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| storm-hive-0.10.0-beta1.pom | |
| storm-hive-0.10.0-beta1.jar | 51 KB | 
| storm-hive-0.10.0-beta1-tests.jar | 40 KB | 
| storm-hive-0.10.0-beta1-sources.jar | 27 KB | 
| storm-hive-0.10.0-beta1-javadoc.jar | 147 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-hive/ -->
<dependency>
    <groupId>org.apache.storm</groupId>
    <artifactId>storm-hive</artifactId>
    <version>0.10.0-beta1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.storm/storm-hive/
implementation 'org.apache.storm:storm-hive:0.10.0-beta1'// https://jarcasting.com/artifacts/org.apache.storm/storm-hive/
implementation ("org.apache.storm:storm-hive:0.10.0-beta1")'org.apache.storm:storm-hive:jar:0.10.0-beta1'<dependency org="org.apache.storm" name="storm-hive" rev="0.10.0-beta1">
  <artifact name="storm-hive" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.storm', module='storm-hive', version='0.10.0-beta1')
)libraryDependencies += "org.apache.storm" % "storm-hive" % "0.10.0-beta1"[org.apache.storm/storm-hive "0.10.0-beta1"]