MVN

com.swiftmq : swiftmq-client

Maven & Gradle

Mar 04, 2023
1 usages
6 stars

SwiftMQ Client · Client for SwiftMQ Messaging System with JMS, AMQP 1.0 and file transfer over JMS.

<dependency>
    <groupId>com.swiftmq</groupId>
    <artifactId>swiftmq-client</artifactId>
    <version>12.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.swiftmq : swiftmq-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.5.4
  • Latest Beta: 12.0.0-Beta7

All Versions

Choose a version of com.swiftmq : swiftmq-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.5.x
swiftmq-client-12.5.4
swiftmq-client-12.5.3
swiftmq-client-12.5.2
swiftmq-client-12.5.1
swiftmq-client-12.5.0
12.4.x
swiftmq-client-12.4.1
swiftmq-client-12.4.0
12.3.x
swiftmq-client-12.3.9
swiftmq-client-12.3.8
swiftmq-client-12.3.7
swiftmq-client-12.3.6
swiftmq-client-12.3.5
swiftmq-client-12.3.4
swiftmq-client-12.3.3
swiftmq-client-12.3.2
swiftmq-client-12.3.1
swiftmq-client-12.3.0
12.2.x
swiftmq-client-12.2.2
swiftmq-client-12.2.1
swiftmq-client-12.2.0
12.1.x
swiftmq-client-12.1.0
12.0.x
swiftmq-client-12.0.2
swiftmq-client-12.0.1
swiftmq-client-12.0.0
swiftmq-client-12.0.0-Beta7
swiftmq-client-12.0.0-Beta6
swiftmq-client-12.0.0-Beta5
swiftmq-client-12.0.0-Beta4
swiftmq-client-12.0.0-Beta3
swiftmq-client-12.0.0-Beta2
swiftmq-client-12.0.0-Beta1

How to add a dependency to Maven

Add the following com.swiftmq : swiftmq-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.swiftmq</groupId>
    <artifactId>swiftmq-client</artifactId>
    <version>12.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.swiftmq : swiftmq-client gradle dependency to your build.gradle file:

implementation 'com.swiftmq:swiftmq-client:12.5.4'

Gradle Kotlin DSL: Add the following com.swiftmq : swiftmq-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.swiftmq:swiftmq-client:12.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.swiftmq : swiftmq-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.swiftmq" % "swiftmq-client" % "12.5.4"

Advertisement