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