License |
License |
---|---|
GroupId | GroupIdcom.lambdaworks |
ArtifactId | ArtifactIdlettuce |
Last Version | Last Version2.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlettuce
Java redis client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lettuce-2.3.3.pom | |
lettuce-2.3.3.jar | 68 KB |
lettuce-2.3.3-sources.jar | 34 KB |
lettuce-2.3.3-javadoc.jar | 263 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lambdaworks/lettuce/ -->
<dependency>
<groupId>com.lambdaworks</groupId>
<artifactId>lettuce</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lambdaworks/lettuce/
implementation 'com.lambdaworks:lettuce:2.3.3'
// https://jarcasting.com/artifacts/com.lambdaworks/lettuce/
implementation ("com.lambdaworks:lettuce:2.3.3")
'com.lambdaworks:lettuce:jar:2.3.3'
<dependency org="com.lambdaworks" name="lettuce" rev="2.3.3">
<artifact name="lettuce" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lambdaworks', module='lettuce', version='2.3.3')
)
libraryDependencies += "com.lambdaworks" % "lettuce" % "2.3.3"
[com.lambdaworks/lettuce "2.3.3"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty | jar | 3.6.6.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |