| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаcom.github.wkennedy.pubsubly |
| Идентификатор | Идентификаторredis-message-header-plugin |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеredis-message-header-plugin
This Pubsubly plugin allows for processing messages consumed from Redis to evaluate if they should be tracked by Pubsubly.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.wkennedy.pubsubly/redis-message-header-plugin/ -->
<dependency>
<groupId>com.github.wkennedy.pubsubly</groupId>
<artifactId>redis-message-header-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wkennedy.pubsubly/redis-message-header-plugin/
implementation 'com.github.wkennedy.pubsubly:redis-message-header-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.github.wkennedy.pubsubly/redis-message-header-plugin/
implementation ("com.github.wkennedy.pubsubly:redis-message-header-plugin:1.0.0")
'com.github.wkennedy.pubsubly:redis-message-header-plugin:jar:1.0.0'
<dependency org="com.github.wkennedy.pubsubly" name="redis-message-header-plugin" rev="1.0.0">
<artifact name="redis-message-header-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wkennedy.pubsubly', module='redis-message-header-plugin', version='1.0.0')
)
libraryDependencies += "com.github.wkennedy.pubsubly" % "redis-message-header-plugin" % "1.0.0"
[com.github.wkennedy.pubsubly/redis-message-header-plugin "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.wkennedy.pubsubly : pubsubly-api | jar | 1.0.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
| com.google.code.gson : gson | jar | 2.8.5 |
| org.springframework.boot : spring-boot-starter | jar | 2.1.9.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure-processor Необязательный | jar | 2.1.9.RELEASE |
| org.springframework : spring-context | jar | 5.1.4.RELEASE |
| org.springframework.boot : spring-boot-starter-integration | jar | 2.1.9.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.9.RELEASE |