in

A simple pub-sub library on top of the RabbitMQ infrastructure.

License

License

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

rabbitpubsub
Last Version

Last Version

0.1-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

in
A simple pub-sub library on top of the RabbitMQ infrastructure.

Download rabbitpubsub

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.rabbitmq : amqp-client Optional jar 3.3.5
org.slf4j : slf4j-api Optional jar 1.7.7
com.google.code.gson : gson Optional jar 2.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.1-RELEASE
0-RELEASE