| GroupId | GroupIdio.lettuce | 
|---|---|
| ArtifactId | ArtifactIdlettuce-core | 
| Version | Version5.3.4.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.lettuce/lettuce-core/ -->
<dependency>
    <groupId>io.lettuce</groupId>
    <artifactId>lettuce-core</artifactId>
    <version>5.3.4.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.lettuce/lettuce-core/
implementation 'io.lettuce:lettuce-core:5.3.4.RELEASE'// https://jarcasting.com/artifacts/io.lettuce/lettuce-core/
implementation ("io.lettuce:lettuce-core:5.3.4.RELEASE")'io.lettuce:lettuce-core:jar:5.3.4.RELEASE'<dependency org="io.lettuce" name="lettuce-core" rev="5.3.4.RELEASE">
  <artifact name="lettuce-core" type="jar" />
</dependency>@Grapes(
@Grab(group='io.lettuce', module='lettuce-core', version='5.3.4.RELEASE')
)libraryDependencies += "io.lettuce" % "lettuce-core" % "5.3.4.RELEASE"[io.lettuce/lettuce-core "5.3.4.RELEASE"]