is not current version
Last Version 6.1.5.RELEASE

org.mandas:lettuce-core-osgi 6.1.1.RELEASE

Advanced and thread-safe Java Redis client for synchronous, asynchronous, and reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs and much more.

GroupId

GroupId

org.mandas
ArtifactId

ArtifactId

lettuce-core-osgi
Version

Version

6.1.1.RELEASE
Type

Type

jar

Download lettuce-core-osgi 6.1.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.mandas/lettuce-core-osgi/ -->
<dependency>
    <groupId>org.mandas</groupId>
    <artifactId>lettuce-core-osgi</artifactId>
    <version>6.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.mandas/lettuce-core-osgi/
implementation 'org.mandas:lettuce-core-osgi:6.1.1.RELEASE'
// https://jarcasting.com/artifacts/org.mandas/lettuce-core-osgi/
implementation ("org.mandas:lettuce-core-osgi:6.1.1.RELEASE")
'org.mandas:lettuce-core-osgi:jar:6.1.1.RELEASE'
<dependency org="org.mandas" name="lettuce-core-osgi" rev="6.1.1.RELEASE">
  <artifact name="lettuce-core-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mandas', module='lettuce-core-osgi', version='6.1.1.RELEASE')
)
libraryDependencies += "org.mandas" % "lettuce-core-osgi" % "6.1.1.RELEASE"
[org.mandas/lettuce-core-osgi "6.1.1.RELEASE"]