License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.rabbitmq |
ArtifactId | ArtifactIdrabbitmq-client-tests |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe RabbitMQ java client library tests
RabbitMQ is a complete and highly reliable Enterprise Messaging system. The RabbitMQ client libraries and broker daemon can be used together to create an AMQP network, or used individually to bring the benefits of RabbitMQ to established networks.
|
Project URL |
Project URL |
Filename | Size |
---|---|
rabbitmq-client-tests-1.2.0.pom | |
rabbitmq-client-tests-1.2.0.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rabbitmq/rabbitmq-client-tests/ -->
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>rabbitmq-client-tests</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rabbitmq/rabbitmq-client-tests/
implementation 'com.rabbitmq:rabbitmq-client-tests:1.2.0'
// https://jarcasting.com/artifacts/com.rabbitmq/rabbitmq-client-tests/
implementation ("com.rabbitmq:rabbitmq-client-tests:1.2.0")
'com.rabbitmq:rabbitmq-client-tests:jar:1.2.0'
<dependency org="com.rabbitmq" name="rabbitmq-client-tests" rev="1.2.0">
<artifact name="rabbitmq-client-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rabbitmq', module='rabbitmq-client-tests', version='1.2.0')
)
libraryDependencies += "com.rabbitmq" % "rabbitmq-client-tests" % "1.2.0"
[com.rabbitmq/rabbitmq-client-tests "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.rabbitmq : rabbitmq-client | jar | 1.2.0 |
junit : junit | jar | 3.8.2 |