| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.mandas |
| Идентификатор | Идентификаторlettuce-core-osgi |
| Версия | Версия6.1.4.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеLettuce (OSGi-enabled)
Advanced and thread-safe Java Redis client for synchronous, asynchronous, and
reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs
and much more.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.mandas/lettuce-core-osgi/ -->
<dependency>
<groupId>org.mandas</groupId>
<artifactId>lettuce-core-osgi</artifactId>
<version>6.1.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.mandas/lettuce-core-osgi/
implementation 'org.mandas:lettuce-core-osgi:6.1.4.RELEASE'
// https://jarcasting.com/artifacts/org.mandas/lettuce-core-osgi/
implementation ("org.mandas:lettuce-core-osgi:6.1.4.RELEASE")
'org.mandas:lettuce-core-osgi:jar:6.1.4.RELEASE'
<dependency org="org.mandas" name="lettuce-core-osgi" rev="6.1.4.RELEASE">
<artifact name="lettuce-core-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mandas', module='lettuce-core-osgi', version='6.1.4.RELEASE')
)
libraryDependencies += "org.mandas" % "lettuce-core-osgi" % "6.1.4.RELEASE"
[org.mandas/lettuce-core-osgi "6.1.4.RELEASE"]