| License |
License |
|---|---|
| GroupId | GroupIdcom.grookage.qtrouper |
| ArtifactId | ArtifactIdqtrouper |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionqtrouper
A simple interface to provide a java DSL atop RMQ, for message processing with programmable retries
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| qtrouper-1.0.1.pom | |
| qtrouper-1.0.1.jar | 41 KB |
| qtrouper-1.0.1-sources.jar | 20 KB |
| qtrouper-1.0.1-javadoc.jar | 489 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.grookage.qtrouper/qtrouper/ -->
<dependency>
<groupId>com.grookage.qtrouper</groupId>
<artifactId>qtrouper</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.grookage.qtrouper/qtrouper/
implementation 'com.grookage.qtrouper:qtrouper:1.0.1'
// https://jarcasting.com/artifacts/com.grookage.qtrouper/qtrouper/
implementation ("com.grookage.qtrouper:qtrouper:1.0.1")
'com.grookage.qtrouper:qtrouper:jar:1.0.1'
<dependency org="com.grookage.qtrouper" name="qtrouper" rev="1.0.1">
<artifact name="qtrouper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.grookage.qtrouper', module='qtrouper', version='1.0.1')
)
libraryDependencies += "com.grookage.qtrouper" % "qtrouper" % "1.0.1"
[com.grookage.qtrouper/qtrouper "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.reflections : reflections | jar | 0.10.2 |
| com.rabbitmq : amqp-client | jar | 5.14.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| io.dropwizard : dropwizard-core | jar | 2.0.28 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| io.dropwizard : dropwizard-testing | jar | 2.0.28 |
| org.mockito : mockito-core | jar | 4.2.0 |