s

storm-webapp

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