License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.kolibrifx.mq |
ArtifactId | ArtifactIdmq-provider-lettuce |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmq-provider-lettuce
A message bus implementation backed by the Lettuce Redis client.
|
Filename | Size |
---|---|
mq-provider-lettuce-1.0.0.pom | |
mq-provider-lettuce-1.0.0.jar | 16 KB |
mq-provider-lettuce-1.0.0-sources.jar | 6 KB |
mq-provider-lettuce-1.0.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kolibrifx.mq/mq-provider-lettuce/ -->
<dependency>
<groupId>com.kolibrifx.mq</groupId>
<artifactId>mq-provider-lettuce</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kolibrifx.mq/mq-provider-lettuce/
implementation 'com.kolibrifx.mq:mq-provider-lettuce:1.0.0'
// https://jarcasting.com/artifacts/com.kolibrifx.mq/mq-provider-lettuce/
implementation ("com.kolibrifx.mq:mq-provider-lettuce:1.0.0")
'com.kolibrifx.mq:mq-provider-lettuce:jar:1.0.0'
<dependency org="com.kolibrifx.mq" name="mq-provider-lettuce" rev="1.0.0">
<artifact name="mq-provider-lettuce" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kolibrifx.mq', module='mq-provider-lettuce', version='1.0.0')
)
libraryDependencies += "com.kolibrifx.mq" % "mq-provider-lettuce" % "1.0.0"
[com.kolibrifx.mq/mq-provider-lettuce "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty | jar | 3.5.9.Final |
com.lambdaworks : lettuce | jar | 2.1.0 |
commons-pool : commons-pool | jar | 1.6 |
com.kolibrifx.mq : mq-core | jar | 1.0.0 |