r

rabbitpubsub

A simple pub-sub library on top of the RabbitMQ infrastructure.
https://bitbucket.org/gkutiel/rabbitpubsub/
The Apache Software License, Version 2.0
Gilad Kutiel
Files download
File Operation
rabbitpubsub-0.1-RELEASE.jar download
rabbitpubsub-0.1-RELEASE.pom download
rabbitpubsub-0.1-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gkutiel</groupId>
  <artifactId>rabbitpubsub</artifactId>
  <version>0.1-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.gkutiel:rabbitpubsub:0.1-RELEASE'
Gradle Kotlin
implementation("com.github.gkutiel:rabbitpubsub:0.1-RELEASE")
Scala SBT
libraryDependencies += "com.github.gkutiel" % "rabbitpubsub" % "0.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gkutiel', module='rabbitpubsub', version='0.1-RELEASE')
)
Apache Ivy
<dependency org="com.github.gkutiel" name="rabbitpubsub" rev="0.1-RELEASE" />
Leiningen
[com.github.gkutiel/rabbitpubsub "0.1-RELEASE"]
Apache Buildr
'com.github.gkutiel:rabbitpubsub:jar:0.1-RELEASE'