| License |
License |
|---|---|
| GroupId | GroupIdio.github.nickshoe |
| ArtifactId | ArtifactIdsamza-rabbitmq |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.github.nickshoe:samza-rabbitmq
RabbitMQ basic system consumer and producer for Samza.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| samza-rabbitmq-0.0.1.pom | |
| samza-rabbitmq-0.0.1.jar | 25 KB |
| samza-rabbitmq-0.0.1-sources.jar | 15 KB |
| samza-rabbitmq-0.0.1-javadoc.jar | 479 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.nickshoe/samza-rabbitmq/ -->
<dependency>
<groupId>io.github.nickshoe</groupId>
<artifactId>samza-rabbitmq</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nickshoe/samza-rabbitmq/
implementation 'io.github.nickshoe:samza-rabbitmq:0.0.1'
// https://jarcasting.com/artifacts/io.github.nickshoe/samza-rabbitmq/
implementation ("io.github.nickshoe:samza-rabbitmq:0.0.1")
'io.github.nickshoe:samza-rabbitmq:jar:0.0.1'
<dependency org="io.github.nickshoe" name="samza-rabbitmq" rev="0.0.1">
<artifact name="samza-rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nickshoe', module='samza-rabbitmq', version='0.0.1')
)
libraryDependencies += "io.github.nickshoe" % "samza-rabbitmq" % "0.0.1"
[io.github.nickshoe/samza-rabbitmq "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.samza : samza-api | jar | 1.6.0 |
| com.rabbitmq : amqp-client | jar | 5.14.1 |