is not current version
Last Version 0.4.1

io.qdb:qdb-buffer 0.1.0

Disk based message queue supporting sequential retrieval of old messages by id and timestamp for JVM applications.

GroupId

GroupId

io.qdb
ArtifactId

ArtifactId

qdb-buffer
Version

Version

0.1.0
Type

Type

jar

Download qdb-buffer 0.1.0


<!-- https://jarcasting.com/artifacts/io.qdb/qdb-buffer/ -->
<dependency>
    <groupId>io.qdb</groupId>
    <artifactId>qdb-buffer</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.qdb/qdb-buffer/
implementation 'io.qdb:qdb-buffer:0.1.0'
// https://jarcasting.com/artifacts/io.qdb/qdb-buffer/
implementation ("io.qdb:qdb-buffer:0.1.0")
'io.qdb:qdb-buffer:jar:0.1.0'
<dependency org="io.qdb" name="qdb-buffer" rev="0.1.0">
  <artifact name="qdb-buffer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.qdb', module='qdb-buffer', version='0.1.0')
)
libraryDependencies += "io.qdb" % "qdb-buffer" % "0.1.0"
[io.qdb/qdb-buffer "0.1.0"]