Service Client

The CassieQ Java client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.paradoxical
ArtifactId

ArtifactId

cassieq-client
Last Version

Last Version

0.11
Release Date

Release Date

Type

Type

jar
Description

Description

Service Client
The CassieQ Java client

Download cassieq-client

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
io.paradoxical : common jar 1.1
io.dropwizard : dropwizard-client jar 0.9.1
junit : junit jar 4.12
com.squareup.retrofit : retrofit jar 2.0.0-beta2
com.squareup.retrofit : converter-jackson jar 2.0.0-beta2
io.paradoxical : cassieq-model jar 0.11

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.6

test (1)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.2.0

Project Modules

There are no modules declared in this project.

io.paradoxical.cassieq

Build status Maven Central

CassieQ is a distributed queue built on cassandra. CassieQ leverages bucketing of messages to avoid queues modeled off deletes.

Getting Started

To find out about features, how to get started and more, please see our wiki.

io.paradoxical

Paradoxical Devs

Libraries and dockerized applications. Pull requests welcome!

Versions

Version
0.11
0.10