s

service-bus-jms-connection-factory

ServiceBus ConnectionFactory wrapper for JMS users
https://github.com/Azure/service-bus-jms-connection-factory
The MIT License (MIT)
Microsoft
Files download
File Operation
service-bus-jms-connection-factory-0.0.1.jar download
service-bus-jms-connection-factory-0.0.1.pom download
service-bus-jms-connection-factory-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>service-bus-jms-connection-factory</artifactId>
  <version>0.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:service-bus-jms-connection-factory:0.0.1'
Gradle Kotlin
implementation("com.microsoft.azure:service-bus-jms-connection-factory:0.0.1")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "service-bus-jms-connection-factory" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='service-bus-jms-connection-factory', version='0.0.1')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="service-bus-jms-connection-factory" rev="0.0.1" />
Leiningen
[com.microsoft.azure/service-bus-jms-connection-factory "0.0.1"]
Apache Buildr
'com.microsoft.azure:service-bus-jms-connection-factory:jar:0.0.1'