MVN

com.sun.messaging.mq : imqxm

Maven & Gradle

Jul 22, 2011
<dependency>
    <groupId>com.sun.messaging.mq</groupId>
    <artifactId>imqxm</artifactId>
    <version>4.5.1-b03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.messaging.mq : imqxm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.1-b03

All Versions

Choose a version of com.sun.messaging.mq : imqxm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6
imqxm-4.6-b01
4.5.x
imqxm-4.5.1-b03
imqxm-4.5.1-b02
imqxm-4.5.1-b01
4.5
imqxm-4.5-b29
imqxm-4.5-b28
imqxm-4.5-b27
imqxm-4.5-b26
imqxm-4.5-b25
imqxm-4.5-b24
imqxm-4.5-b23
imqxm-4.5-b21
imqxm-4.5-b19
imqxm-4.5-b18
imqxm-4.5-b17
imqxm-4.5-b16
imqxm-4.5-b15
imqxm-4.5-b14
imqxm-4.5-b13
imqxm-4.5-b11
imqxm-4.5-b10
4.4.x
imqxm-4.4.2
imqxm-4.4.1
4.4
imqxm-4.4
4.3
imqxm-4.3
4.2
imqxm-4.2

How to add a dependency to Maven

Add the following com.sun.messaging.mq : imqxm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.messaging.mq</groupId>
    <artifactId>imqxm</artifactId>
    <version>4.5.1-b03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.messaging.mq : imqxm gradle dependency to your build.gradle file:

implementation 'com.sun.messaging.mq:imqxm:4.5.1-b03'

Gradle Kotlin DSL: Add the following com.sun.messaging.mq : imqxm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.messaging.mq:imqxm:4.5.1-b03")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.messaging.mq : imqxm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.messaging.mq" % "imqxm" % "4.5.1-b03"