is not current version
Last Version 1.3.10

org.openimaj.storm:core-storm 1.3.5

The main Storm dependency and some extra utility classes specific to OpenIMAJ

Categories

Categories

ORM Data
GroupId

GroupId

org.openimaj.storm
ArtifactId

ArtifactId

core-storm
Version

Version

1.3.5
Type

Type

jar

Download core-storm 1.3.5


<!-- https://jarcasting.com/artifacts/org.openimaj.storm/core-storm/ -->
<dependency>
    <groupId>org.openimaj.storm</groupId>
    <artifactId>core-storm</artifactId>
    <version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.storm/core-storm/
implementation 'org.openimaj.storm:core-storm:1.3.5'
// https://jarcasting.com/artifacts/org.openimaj.storm/core-storm/
implementation ("org.openimaj.storm:core-storm:1.3.5")
'org.openimaj.storm:core-storm:jar:1.3.5'
<dependency org="org.openimaj.storm" name="core-storm" rev="1.3.5">
  <artifact name="core-storm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.storm', module='core-storm', version='1.3.5')
)
libraryDependencies += "org.openimaj.storm" % "core-storm" % "1.3.5"
[org.openimaj.storm/core-storm "1.3.5"]