MVN

org.wso2.orbit.com.azure : azure-messaging-servicebus-sdk-all

Maven & Gradle

Oct 13, 2022
3 usages

WSO2 Carbon Orbit - azure-messaging-servicebus-sdk-all · This bundle will export packages from azure-messaging-servicebus libraries of com.azure

<dependency>
    <groupId>org.wso2.orbit.com.azure</groupId>
    <artifactId>azure-messaging-servicebus-sdk-all</artifactId>
    <version>7.11.0.wso2v1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.orbit.com.azure : azure-messaging-servicebus-sdk-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.11.0.wso2v1

All Versions

Choose a version of org.wso2.orbit.com.azure : azure-messaging-servicebus-sdk-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.11.x
azure-messaging-servicebus-sdk-all-7.11.0.wso2v1
7.3.x
azure-messaging-servicebus-sdk-all-7.3.0.wso2v4
azure-messaging-servicebus-sdk-all-7.3.0.wso2v3
azure-messaging-servicebus-sdk-all-7.3.0.wso2v2
azure-messaging-servicebus-sdk-all-7.3.0.wso2v1

How to add a dependency to Maven

Add the following org.wso2.orbit.com.azure : azure-messaging-servicebus-sdk-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.orbit.com.azure</groupId>
    <artifactId>azure-messaging-servicebus-sdk-all</artifactId>
    <version>7.11.0.wso2v1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.orbit.com.azure : azure-messaging-servicebus-sdk-all gradle dependency to your build.gradle file:

implementation 'org.wso2.orbit.com.azure:azure-messaging-servicebus-sdk-all:7.11.0.wso2v1'

Gradle Kotlin DSL: Add the following org.wso2.orbit.com.azure : azure-messaging-servicebus-sdk-all gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.orbit.com.azure:azure-messaging-servicebus-sdk-all:7.11.0.wso2v1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.orbit.com.azure : azure-messaging-servicebus-sdk-all sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.orbit.com.azure" % "azure-messaging-servicebus-sdk-all" % "7.11.0.wso2v1"

Advertisement