is not current version
Last Version 2.4.0

org.apache.storm:storm-redis 0.10.1


Categories

Categories

Redis Data Databases ORM
GroupId

GroupId

org.apache.storm
ArtifactId

ArtifactId

storm-redis
Version

Version

0.10.1
Type

Type

jar

Download storm-redis 0.10.1


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