| License |
License |
|---|---|
| GroupId | GroupIdcom.fizzed |
| ArtifactId | ArtifactIdrabbitmq-plus |
| Version | Version0.0.6 |
| Type | Typepom |
| Description |
Descriptionrabbitmq-plus
Parent pom for all Fizzed maven projects
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rabbitmq-plus-0.0.6.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fizzed/rabbitmq-plus/ -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>rabbitmq-plus</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/rabbitmq-plus/
implementation 'com.fizzed:rabbitmq-plus:0.0.6'
// https://jarcasting.com/artifacts/com.fizzed/rabbitmq-plus/
implementation ("com.fizzed:rabbitmq-plus:0.0.6")
'com.fizzed:rabbitmq-plus:pom:0.0.6'
<dependency org="com.fizzed" name="rabbitmq-plus" rev="0.0.6">
<artifact name="rabbitmq-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='rabbitmq-plus', version='0.0.6')
)
libraryDependencies += "com.fizzed" % "rabbitmq-plus" % "0.0.6"
[com.fizzed/rabbitmq-plus "0.0.6"]