MVN

org.glassfish.mq : imqutil

Maven & Gradle

Sep 18, 2014
1 usages

Message Queue Broker Util

<dependency>
    <groupId>org.glassfish.mq</groupId>
    <artifactId>imqutil</artifactId>
    <version>5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.mq : imqutil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1

All Versions

Choose a version of org.glassfish.mq : imqutil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1
imqutil-5.1
5.0
imqutil-5.0
4.5.x
imqutil-4.5.2

How to add a dependency to Maven

Add the following org.glassfish.mq : imqutil maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.mq</groupId>
    <artifactId>imqutil</artifactId>
    <version>5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.mq : imqutil gradle dependency to your build.gradle file:

implementation 'org.glassfish.mq:imqutil:5.1'

Gradle Kotlin DSL: Add the following org.glassfish.mq : imqutil gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.mq:imqutil:5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.mq : imqutil sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.mq" % "imqutil" % "5.1"