| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаcom.pettyfox.timeline |
| Идентификатор | Идентификаторtimeline-store-redis |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA message queue for timeline. core is redis stream
|
| Имя Файла | Размер |
|---|---|
| timeline-store-redis-1.0.3.pom | |
| timeline-store-redis-1.0.3.jar | 14 KB |
| timeline-store-redis-1.0.3-sources.jar | 6 KB |
| timeline-store-redis-1.0.3-javadoc.jar | 63 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pettyfox.timeline/timeline-store-redis/ -->
<dependency>
<groupId>com.pettyfox.timeline</groupId>
<artifactId>timeline-store-redis</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.pettyfox.timeline/timeline-store-redis/
implementation 'com.pettyfox.timeline:timeline-store-redis:1.0.3'
// https://jarcasting.com/artifacts/com.pettyfox.timeline/timeline-store-redis/
implementation ("com.pettyfox.timeline:timeline-store-redis:1.0.3")
'com.pettyfox.timeline:timeline-store-redis:jar:1.0.3'
<dependency org="com.pettyfox.timeline" name="timeline-store-redis" rev="1.0.3">
<artifact name="timeline-store-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pettyfox.timeline', module='timeline-store-redis', version='1.0.3')
)
libraryDependencies += "com.pettyfox.timeline" % "timeline-store-redis" % "1.0.3"
[com.pettyfox.timeline/timeline-store-redis "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| cn.hutool : hutool-all | jar | 5.7.3 |
| com.pettyfox.timeline : timeline-store | jar | 1.0.3 |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.5.2 |
| org.apache.commons : commons-pool2 | jar | 2.10.0 |
| com.google.guava : guava | jar | 30.1.1-jre |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| ch.qos.logback : logback-core | jar | 1.1.11 |
| ch.qos.logback : logback-classic | jar | 1.1.11 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
| org.projectlombok : lombok | jar | 1.18.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |