License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdorg.togglz |
ArtifactId | ArtifactIdtogglz-redis |
Last Version | Last Version3.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTogglz - Redis integration
Togglz - Redis integration
|
Filename | Size |
---|---|
togglz-redis-3.2.1.pom | |
togglz-redis-3.2.1.jar | 5 KB |
togglz-redis-3.2.1-sources.jar | 1 KB |
togglz-redis-3.2.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.togglz/togglz-redis/ -->
<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-redis</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.togglz/togglz-redis/
implementation 'org.togglz:togglz-redis:3.2.1'
// https://jarcasting.com/artifacts/org.togglz/togglz-redis/
implementation ("org.togglz:togglz-redis:3.2.1")
'org.togglz:togglz-redis:jar:3.2.1'
<dependency org="org.togglz" name="togglz-redis" rev="3.2.1">
<artifact name="togglz-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.togglz', module='togglz-redis', version='3.2.1')
)
libraryDependencies += "org.togglz" % "togglz-redis" % "3.2.1"
[org.togglz/togglz-redis "3.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.togglz : togglz-core | jar | 3.2.1 |
redis.clients : jedis | jar | 4.2.3 |
io.lettuce : lettuce-core | jar | 6.1.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : junit-jupiter | jar | 1.17.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
ch.qos.logback : logback-classic | jar | 1.2.10 |