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