s

storm-webapp

Webapp Servers for Apache Storm
Files download
File Operation
storm-webapp-2.5.0.jar download
storm-webapp-2.5.0.pom download
storm-webapp-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.storm</groupId>
  <artifactId>storm-webapp</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.storm:storm-webapp:2.5.0'
Gradle Kotlin
implementation("org.apache.storm:storm-webapp:2.5.0")
Scala SBT
libraryDependencies += "org.apache.storm" % "storm-webapp" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.storm', module='storm-webapp', version='2.5.0')
)
Apache Ivy
<dependency org="org.apache.storm" name="storm-webapp" rev="2.5.0" />
Leiningen
[org.apache.storm/storm-webapp "2.5.0"]
Apache Buildr
'org.apache.storm:storm-webapp:jar:2.5.0'