MVN

com.ibm.mqlight : mqlight-api

Maven & Gradle

Jun 24, 2016
3 usages
8 stars

MQ Light Java API.

<dependency>
    <groupId>com.ibm.mqlight</groupId>
    <artifactId>mqlight-api</artifactId>
    <version>1.0.2016062300</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.mqlight : mqlight-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2016062300

All Versions

Choose a version of com.ibm.mqlight : mqlight-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mqlight-api-1.0.2016062300
mqlight-api-1.0.2016021200
mqlight-api-1.0.2016020300
mqlight-api-1.0.2015121400
mqlight-api-1.0.2015081200
mqlight-api-1.0.2015060300
mqlight-api-1.0.2015052200
mqlight-api-1.0.2015051107

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ibm.mqlight</groupId>
    <artifactId>mqlight-api</artifactId>
    <version>1.0.2016062300</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.mqlight : mqlight-api gradle dependency to your build.gradle file:

implementation 'com.ibm.mqlight:mqlight-api:1.0.2016062300'

Gradle Kotlin DSL: Add the following com.ibm.mqlight : mqlight-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.mqlight:mqlight-api:1.0.2016062300")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.mqlight : mqlight-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.mqlight" % "mqlight-api" % "1.0.2016062300"

Advertisement