is not current version
Last Version 0.1-RELEASE

com.github.gkutiel:rabbitpubsub 0-RELEASE

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

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

rabbitpubsub
Version

Version

0-RELEASE
Type

Type

jar

Download rabbitpubsub 0-RELEASE


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