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