Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-core |
Version | Version0.9.5 |
Type | Typejar |
Filename | Size |
---|---|
storm-core-0.9.5.pom | |
storm-core-0.9.5.jar | 10 MB |
storm-core-0.9.5-sources.jar | 692 KB |
storm-core-0.9.5-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.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-core/
implementation 'org.apache.storm:storm-core:0.9.5'
// https://jarcasting.com/artifacts/org.apache.storm/storm-core/
implementation ("org.apache.storm:storm-core:0.9.5")
'org.apache.storm:storm-core:jar:0.9.5'
<dependency org="org.apache.storm" name="storm-core" rev="0.9.5">
<artifact name="storm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-core', version='0.9.5')
)
libraryDependencies += "org.apache.storm" % "storm-core" % "0.9.5"
[org.apache.storm/storm-core "0.9.5"]