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