Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.seedstack.addons.redis |
ArtifactId | ArtifactIdredis |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
redis-2.0.1.pom | |
redis-2.0.1.jar | 20 KB |
redis-2.0.1-sources.jar | 11 KB |
redis-2.0.1-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.addons.redis/redis/ -->
<dependency>
<groupId>org.seedstack.addons.redis</groupId>
<artifactId>redis</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.addons.redis/redis/
implementation 'org.seedstack.addons.redis:redis:2.0.1'
// https://jarcasting.com/artifacts/org.seedstack.addons.redis/redis/
implementation ("org.seedstack.addons.redis:redis:2.0.1")
'org.seedstack.addons.redis:redis:jar:2.0.1'
<dependency org="org.seedstack.addons.redis" name="redis" rev="2.0.1">
<artifact name="redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.addons.redis', module='redis', version='2.0.1')
)
libraryDependencies += "org.seedstack.addons.redis" % "redis" % "2.0.1"
[org.seedstack.addons.redis/redis "2.0.1"]