Categories |
CategoriesRedis Data Databases ORM |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-redis |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
storm-redis-2.2.1.pom | |
storm-redis-2.2.1.jar | 80 KB |
storm-redis-2.2.1-sources.jar | 62 KB |
storm-redis-2.2.1-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-redis/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-redis</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-redis/
implementation 'org.apache.storm:storm-redis:2.2.1'
// https://jarcasting.com/artifacts/org.apache.storm/storm-redis/
implementation ("org.apache.storm:storm-redis:2.2.1")
'org.apache.storm:storm-redis:jar:2.2.1'
<dependency org="org.apache.storm" name="storm-redis" rev="2.2.1">
<artifact name="storm-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-redis', version='2.2.1')
)
libraryDependencies += "org.apache.storm" % "storm-redis" % "2.2.1"
[org.apache.storm/storm-redis "2.2.1"]