| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаcom.github.spullara.redis |
| Идентификатор | Идентификаторprotocol |
| Последняя версия | Последняя версия0.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеprotocol
A very fast Java redis redis.client.
|
| Имя Файла | Размер |
|---|---|
| protocol-0.7.pom | |
| protocol-0.7.jar | 14 KB |
| protocol-0.7-sources.jar | 8 KB |
| protocol-0.7-javadoc.jar | 83 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/protocol/ -->
<dependency>
<groupId>com.github.spullara.redis</groupId>
<artifactId>protocol</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/protocol/
implementation 'com.github.spullara.redis:protocol:0.7'
// https://jarcasting.com/artifacts/com.github.spullara.redis/protocol/
implementation ("com.github.spullara.redis:protocol:0.7")
'com.github.spullara.redis:protocol:jar:0.7'
<dependency org="com.github.spullara.redis" name="protocol" rev="0.7">
<artifact name="protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='protocol', version='0.7')
)
libraryDependencies += "com.github.spullara.redis" % "protocol" % "0.7"
[com.github.spullara.redis/protocol "0.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.spullara.redis : util | jar | 0.7 |
| com.google.guava : guava | jar | 13.0.1 |
| com.github.spullara.cli-parser : cli-parser | jar | 1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |