License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.c0f3.labs |
ArtifactId | ArtifactIdqueue-box |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionQueueBox library - async queue with routing
Async message queue library using MongoDB as a backend with minimal set of dependencies.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
queue-box-0.2.1.pom | |
queue-box-0.2.1.jar | 34 KB |
queue-box-0.2.1-sources.jar | 19 KB |
queue-box-0.2.1-javadoc.jar | 514 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-beanutils : commons-beanutils | jar | 1.9.4 |
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongodb-driver-sync | jar | 4.1.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.3 |
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 |