License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-rabbitmq-client |
Last Version | Last Version4.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationEclipse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-rabbitmq-client/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rabbitmq-client</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-rabbitmq-client/
implementation 'io.vertx:vertx-rabbitmq-client:4.3.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-rabbitmq-client/
implementation ("io.vertx:vertx-rabbitmq-client:4.3.1")
'io.vertx:vertx-rabbitmq-client:jar:4.3.1'
<dependency org="io.vertx" name="vertx-rabbitmq-client" rev="4.3.1">
<artifact name="vertx-rabbitmq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-rabbitmq-client', version='4.3.1')
)
libraryDependencies += "io.vertx" % "vertx-rabbitmq-client" % "4.3.1"
[io.vertx/vertx-rabbitmq-client "4.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
io.vertx : vertx-codegen Optional | jar | |
io.vertx : vertx-docgen Optional | jar | |
org.slf4j : slf4j-api | jar | 1.7.21 |
com.rabbitmq : amqp-client | jar | 5.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
io.vertx : vertx-core | test-jar | |
io.vertx : vertx-unit | jar | |
io.vertx : vertx-web-client | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
org.testcontainers : testcontainers | jar | 1.16.0 |
org.testcontainers : toxiproxy | jar | 1.16.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |