MVN

io.fabric8.ipaas.mq : mq-client

Maven & Gradle

Jan 06, 2017
2 usages
15 stars

Fabric8 iPaaS :: MQ :: Client

<dependency>
    <groupId>io.fabric8.ipaas.mq</groupId>
    <artifactId>mq-client</artifactId>
    <version>2.2.168</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.ipaas.mq : mq-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.168

All Versions

Choose a version of io.fabric8.ipaas.mq : mq-client to add to Maven or Gradle - All Versions:

  • Version Updated
  • mq-client-2.2.168

    Jan 06, 2017
  • mq-client-2.2.167

    Jan 05, 2017
  • mq-client-2.2.166

    Jan 03, 2017
  • mq-client-2.2.165

    Jan 03, 2017
  • mq-client-2.2.164

    Nov 28, 2016
  • mq-client-2.2.162

    Nov 04, 2016
  • mq-client-2.2.161

    Nov 03, 2016
  • mq-client-2.2.159

    Nov 02, 2016
  • mq-client-2.2.158

    Oct 26, 2016
  • mq-client-2.2.157

    Oct 21, 2016
  • mq-client-2.2.156

    Oct 20, 2016
  • mq-client-2.2.154

    Sep 30, 2016
  • mq-client-2.2.153

    Sep 09, 2016
  • mq-client-2.2.152

    Sep 06, 2016
  • mq-client-2.2.151

    Aug 23, 2016
  • mq-client-2.2.150

    Aug 18, 2016
  • mq-client-2.2.149

    Aug 17, 2016
  • mq-client-2.2.148

    Aug 17, 2016
  • mq-client-2.2.147

    Aug 02, 2016
  • mq-client-2.2.146

    Jul 29, 2016
  • mq-client-2.2.145

    Jul 06, 2016
  • mq-client-2.2.144

    Jul 05, 2016
  • mq-client-2.2.143

    Jun 30, 2016
  • mq-client-2.2.141

    Jun 21, 2016
  • mq-client-2.2.139

    Jun 13, 2016
  • mq-client-2.2.136

    Jun 10, 2016
  • mq-client-2.2.135

    Jun 10, 2016
  • mq-client-2.2.131

    May 27, 2016
  • mq-client-2.2.130

    May 25, 2016
  • mq-client-2.2.117

    May 06, 2016
  • mq-client-2.2.115

    Apr 27, 2016
  • mq-client-2.2.112

    Apr 20, 2016
  • mq-client-2.2.110

    Apr 19, 2016
  • mq-client-2.2.108

    Apr 12, 2016
  • mq-client-2.2.107

    Apr 06, 2016
  • mq-client-2.2.106

    Apr 06, 2016
  • mq-client-2.2.105

    Apr 05, 2016
  • mq-client-2.2.104

    Apr 04, 2016
  • mq-client-2.2.103

    Mar 31, 2016
  • mq-client-2.2.99

    Mar 30, 2016
  • mq-client-2.2.98

    Mar 30, 2016
  • mq-client-2.2.97

    Mar 30, 2016
  • mq-client-2.2.96

    Mar 29, 2016

How to add a dependency to Maven

Add the following io.fabric8.ipaas.mq : mq-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.ipaas.mq</groupId>
    <artifactId>mq-client</artifactId>
    <version>2.2.168</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.ipaas.mq : mq-client gradle dependency to your build.gradle file:

implementation 'io.fabric8.ipaas.mq:mq-client:2.2.168'

Gradle Kotlin DSL: Add the following io.fabric8.ipaas.mq : mq-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.ipaas.mq:mq-client:2.2.168")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.ipaas.mq : mq-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.ipaas.mq" % "mq-client" % "2.2.168"