Categories |
CategoriesApache Storm Application Layer Libs Distributed Applications ORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdapache-storm-bin |
Version | Version1.1.2 |
Type | Typepom |
Filename | Size |
---|---|
apache-storm-bin-1.1.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/apache-storm-bin/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>apache-storm-bin</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/apache-storm-bin/
implementation 'org.apache.storm:apache-storm-bin:1.1.2'
// https://jarcasting.com/artifacts/org.apache.storm/apache-storm-bin/
implementation ("org.apache.storm:apache-storm-bin:1.1.2")
'org.apache.storm:apache-storm-bin:pom:1.1.2'
<dependency org="org.apache.storm" name="apache-storm-bin" rev="1.1.2">
<artifact name="apache-storm-bin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='apache-storm-bin', version='1.1.2')
)
libraryDependencies += "org.apache.storm" % "apache-storm-bin" % "1.1.2"
[org.apache.storm/apache-storm-bin "1.1.2"]