c

core-storm-tool

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