License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.wkennedy.pubsubly |
ArtifactId | ArtifactIdredis-message-header-plugin |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-message-header-plugin
This Pubsubly plugin allows for processing messages consumed from Redis to evaluate if they should be tracked by Pubsubly.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 Optional | 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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.9.RELEASE |