c

core-storm-tool

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