| License |
License |
|---|---|
| GroupId | GroupIdio.qdb |
| ArtifactId | ArtifactIdqdb-buffer |
| Version | Version0.4.1 |
| Type | Typejar |
| Description |
Descriptionqdb-buffer
Disk based message queue supporting sequential retrieval of old messages by id and timestamp for JVM applications.
|
| Filename | Size |
|---|---|
| qdb-buffer-0.4.1.pom | |
| qdb-buffer-0.4.1.jar | 27 KB |
| qdb-buffer-0.4.1-sources.jar | 17 KB |
| qdb-buffer-0.4.1-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.qdb/qdb-buffer/ -->
<dependency>
<groupId>io.qdb</groupId>
<artifactId>qdb-buffer</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.qdb/qdb-buffer/
implementation 'io.qdb:qdb-buffer:0.4.1'
// https://jarcasting.com/artifacts/io.qdb/qdb-buffer/
implementation ("io.qdb:qdb-buffer:0.4.1")
'io.qdb:qdb-buffer:jar:0.4.1'
<dependency org="io.qdb" name="qdb-buffer" rev="0.4.1">
<artifact name="qdb-buffer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.qdb', module='qdb-buffer', version='0.4.1')
)
libraryDependencies += "io.qdb" % "qdb-buffer" % "0.4.1"
[io.qdb/qdb-buffer "0.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |