| GroupId | GroupIdcom.github.pjfanning |
|---|---|
| ArtifactId | ArtifactIdop-rabbit-core_2.13 |
| Version | Version2.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| op-rabbit-core_2.13-2.5.1.pom | |
| op-rabbit-core_2.13-2.5.1.jar | 848 KB |
| op-rabbit-core_2.13-2.5.1-sources.jar | 56 KB |
| op-rabbit-core_2.13-2.5.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pjfanning/op-rabbit-core_2.13/ -->
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>op-rabbit-core_2.13</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pjfanning/op-rabbit-core_2.13/
implementation 'com.github.pjfanning:op-rabbit-core_2.13:2.5.1'
// https://jarcasting.com/artifacts/com.github.pjfanning/op-rabbit-core_2.13/
implementation ("com.github.pjfanning:op-rabbit-core_2.13:2.5.1")
'com.github.pjfanning:op-rabbit-core_2.13:jar:2.5.1'
<dependency org="com.github.pjfanning" name="op-rabbit-core_2.13" rev="2.5.1">
<artifact name="op-rabbit-core_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pjfanning', module='op-rabbit-core_2.13', version='2.5.1')
)
libraryDependencies += "com.github.pjfanning" % "op-rabbit-core_2.13" % "2.5.1"
[com.github.pjfanning/op-rabbit-core_2.13 "2.5.1"]