| Группа | Группаio.lettuce |
|---|---|
| Идентификатор | Идентификаторlettuce-core |
| Версия | Версия6.0.8.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| lettuce-core-6.0.8.RELEASE.pom | |
| lettuce-core-6.0.8.RELEASE.jar | 1 MB |
| lettuce-core-6.0.8.RELEASE-sources.jar | 1 MB |
| lettuce-core-6.0.8.RELEASE-javadoc.jar | 4 MB |
| lettuce-core-6.0.8.RELEASE-docs.zip | 121 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.lettuce/lettuce-core/ -->
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.lettuce/lettuce-core/
implementation 'io.lettuce:lettuce-core:6.0.8.RELEASE'
// https://jarcasting.com/artifacts/io.lettuce/lettuce-core/
implementation ("io.lettuce:lettuce-core:6.0.8.RELEASE")
'io.lettuce:lettuce-core:jar:6.0.8.RELEASE'
<dependency org="io.lettuce" name="lettuce-core" rev="6.0.8.RELEASE">
<artifact name="lettuce-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lettuce', module='lettuce-core', version='6.0.8.RELEASE')
)
libraryDependencies += "io.lettuce" % "lettuce-core" % "6.0.8.RELEASE"
[io.lettuce/lettuce-core "6.0.8.RELEASE"]