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