MVN

io.fabric8.ipaas.apps : msg-gateway

Maven & Gradle

Mar 30, 2016
2 usages

Messaging Gateway · Control/Secure/Scale Enterprise Messaging

<dependency>
    <groupId>io.fabric8.ipaas.apps</groupId>
    <artifactId>msg-gateway</artifactId>
    <version>2.2.96</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.ipaas.apps : msg-gateway to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.96

All Versions

Choose a version of io.fabric8.ipaas.apps : msg-gateway to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
msg-gateway-2.2.96
msg-gateway-2.2.95
msg-gateway-2.2.94

How to add a dependency to Maven

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

<dependency>
    <groupId>io.fabric8.ipaas.apps</groupId>
    <artifactId>msg-gateway</artifactId>
    <version>2.2.96</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.ipaas.apps : msg-gateway gradle dependency to your build.gradle file:

implementation 'io.fabric8.ipaas.apps:msg-gateway:2.2.96'

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

implementation("io.fabric8.ipaas.apps:msg-gateway:2.2.96")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.ipaas.apps : msg-gateway sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.ipaas.apps" % "msg-gateway" % "2.2.96"

Advertisement