GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-test-infra-rabbitmq |
Version | Version3.11.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-test-infra-rabbitmq/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-infra-rabbitmq</artifactId>
<version>3.11.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-test-infra-rabbitmq/
implementation 'org.apache.camel:camel-test-infra-rabbitmq:3.11.7'
// https://jarcasting.com/artifacts/org.apache.camel/camel-test-infra-rabbitmq/
implementation ("org.apache.camel:camel-test-infra-rabbitmq:3.11.7")
'org.apache.camel:camel-test-infra-rabbitmq:jar:3.11.7'
<dependency org="org.apache.camel" name="camel-test-infra-rabbitmq" rev="3.11.7">
<artifact name="camel-test-infra-rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-test-infra-rabbitmq', version='3.11.7')
)
libraryDependencies += "org.apache.camel" % "camel-test-infra-rabbitmq" % "3.11.7"
[org.apache.camel/camel-test-infra-rabbitmq "3.11.7"]