d

data-processing-queue-helper

Contains classes focused around sending and receiving of messages from a rabbitmq queue.
Files download
File Operation
data-processing-queue-helper-1.1.0-20.jar download
data-processing-queue-helper-1.1.0-20.pom download
data-processing-queue-helper-1.1.0-20-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>data-processing-queue-helper</artifactId>
  <version>1.1.0-20</version>
</dependency>
Gradle Groovy
implementation 'com.github.cafdataprocessing:data-processing-queue-helper:1.1.0-20'
Gradle Kotlin
implementation("com.github.cafdataprocessing:data-processing-queue-helper:1.1.0-20")
Scala SBT
libraryDependencies += "com.github.cafdataprocessing" % "data-processing-queue-helper" % "1.1.0-20"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafdataprocessing', module='data-processing-queue-helper', version='1.1.0-20')
)
Apache Ivy
<dependency org="com.github.cafdataprocessing" name="data-processing-queue-helper" rev="1.1.0-20" />
Leiningen
[com.github.cafdataprocessing/data-processing-queue-helper "1.1.0-20"]
Apache Buildr
'com.github.cafdataprocessing:data-processing-queue-helper:jar:1.1.0-20'