c

core-storm-tool

Base for tools built on top of storm.
Files download
File Operation
core-storm-tool-1.3.7.jar download
core-storm-tool-1.3.7.pom download
core-storm-tool-1.3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openimaj.storm.tools</groupId>
  <artifactId>core-storm-tool</artifactId>
  <version>1.3.7</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj.storm.tools:core-storm-tool:1.3.7'
Gradle Kotlin
implementation("org.openimaj.storm.tools:core-storm-tool:1.3.7")
Scala SBT
libraryDependencies += "org.openimaj.storm.tools" % "core-storm-tool" % "1.3.7"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj.storm.tools', module='core-storm-tool', version='1.3.7')
)
Apache Ivy
<dependency org="org.openimaj.storm.tools" name="core-storm-tool" rev="1.3.7" />
Leiningen
[org.openimaj.storm.tools/core-storm-tool "1.3.7"]
Apache Buildr
'org.openimaj.storm.tools:core-storm-tool:jar:1.3.7'