is not current version
Last Version 2.1.2

org.seedstack.addons.redis:redis 2.1.0


Categories

Categories

Redis Data Databases
GroupId

GroupId

org.seedstack.addons.redis
ArtifactId

ArtifactId

redis
Version

Version

2.1.0
Type

Type

jar

Download redis 2.1.0


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