Last Version

QueueBox library - async queue with routing 0.2.1

Async message queue library using MongoDB as a backend with minimal set of dependencies.

License

License

Categories

Categories

Net
GroupId

GroupId

net.c0f3.labs
ArtifactId

ArtifactId

queue-box
Version

Version

0.2.1
Type

Type

jar
Description

Description

QueueBox library - async queue with routing
Async message queue library using MongoDB as a backend with minimal set of dependencies.
Project URL

Project URL

https://github.com/c0f3/queue-box
Source Code Management

Source Code Management

https://github.com/c0f3/queue-box

Download queue-box 0.2.1


<!-- https://jarcasting.com/artifacts/net.c0f3.labs/queue-box/ -->
<dependency>
    <groupId>net.c0f3.labs</groupId>
    <artifactId>queue-box</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.c0f3.labs/queue-box/
implementation 'net.c0f3.labs:queue-box:0.2.1'
// https://jarcasting.com/artifacts/net.c0f3.labs/queue-box/
implementation ("net.c0f3.labs:queue-box:0.2.1")
'net.c0f3.labs:queue-box:jar:0.2.1'
<dependency org="net.c0f3.labs" name="queue-box" rev="0.2.1">
  <artifact name="queue-box" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.c0f3.labs', module='queue-box', version='0.2.1')
)
libraryDependencies += "net.c0f3.labs" % "queue-box" % "0.2.1"
[net.c0f3.labs/queue-box "0.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.9.4

provided (2)

Group / Artifact Type Version
org.mongodb : mongodb-driver-sync jar 4.1.0
com.fasterxml.jackson.core : jackson-databind jar 2.10.3

test (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
ch.qos.logback : logback-classic jar 1.2.3
org.assertj : assertj-core jar 3.15.0
org.junit.jupiter : junit-jupiter-engine jar 5.6.0
org.testcontainers : junit-jupiter jar 1.13.0

Project Modules

There are no modules declared in this project.