| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаcom.github.ddth |
| Идентификатор | Идентификаторddth-queue-redis |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеddth-queue-redis
DDTH's Libary to interact with various queue implementations
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ddth-queue-redis-1.0.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-queue-redis/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-queue-redis</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-queue-redis/
implementation 'com.github.ddth:ddth-queue-redis:1.0.0'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-queue-redis/
implementation ("com.github.ddth:ddth-queue-redis:1.0.0")
'com.github.ddth:ddth-queue-redis:pom:1.0.0'
<dependency org="com.github.ddth" name="ddth-queue-redis" rev="1.0.0">
<artifact name="ddth-queue-redis" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-queue-redis', version='1.0.0')
)
libraryDependencies += "com.github.ddth" % "ddth-queue-redis" % "1.0.0"
[com.github.ddth/ddth-queue-redis "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.ddth : ddth-queue-core | jar | 1.0.0 |
| redis.clients : jedis | jar | 2.9.3 |
| com.github.ddth : ddth-commons-core | jar | 1.1.0 |
| com.lmax : disruptor Необязательный | jar | 3.4.2 |
| com.github.ddth : ddth-dao-jdbc Необязательный | pom | 1.1.1 |
| org.mongodb : mongodb-driver-sync Необязательный | jar | 3.10.2 |
| com.github.ddth : ddth-kafka Необязательный | jar | 2.0.0 |
| org.rocksdb : rocksdbjni Необязательный | jar | 6.0.1 |
| org.apache.activemq : activemq-client Необязательный | jar | 5.15.9 |
| com.rabbitmq : amqp-client Необязательный | jar | 5.7.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| mysql : mysql-connector-java | jar | 5.1.35 |
| org.postgresql : postgresql | jar | 9.4-1201-jdbc41 |
| org.apache.commons : commons-dbcp2 | jar | 2.1 |