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