Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-webapp-bin |
Version | Version2.2.1 |
Type | Typepom |
Filename | Size |
---|---|
storm-webapp-bin-2.2.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-webapp-bin/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-webapp-bin</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-webapp-bin/
implementation 'org.apache.storm:storm-webapp-bin:2.2.1'
// https://jarcasting.com/artifacts/org.apache.storm/storm-webapp-bin/
implementation ("org.apache.storm:storm-webapp-bin:2.2.1")
'org.apache.storm:storm-webapp-bin:pom:2.2.1'
<dependency org="org.apache.storm" name="storm-webapp-bin" rev="2.2.1">
<artifact name="storm-webapp-bin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-webapp-bin', version='2.2.1')
)
libraryDependencies += "org.apache.storm" % "storm-webapp-bin" % "2.2.1"
[org.apache.storm/storm-webapp-bin "2.2.1"]