Files download
File Operation
op-rabbit_2.12-4.0.0.jar download
op-rabbit_2.12-4.0.0.pom download
op-rabbit_2.12-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pjfanning</groupId>
  <artifactId>op-rabbit_2.12</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.pjfanning:op-rabbit_2.12:4.0.0'
Gradle Kotlin
implementation("com.github.pjfanning:op-rabbit_2.12:4.0.0")
Scala SBT
libraryDependencies += "com.github.pjfanning" % "op-rabbit_2.12" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pjfanning', module='op-rabbit_2.12', version='4.0.0')
)
Apache Ivy
<dependency org="com.github.pjfanning" name="op-rabbit_2.12" rev="4.0.0" />
Leiningen
[com.github.pjfanning/op-rabbit_2.12 "4.0.0"]
Apache Buildr
'com.github.pjfanning:op-rabbit_2.12:jar:4.0.0'