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