MVN

org.mule.common : mule-common

Maven & Gradle

Jul 17, 2014
2 usages
6 stars

Mule ESB Metadata shared APIs · Shared API to exchange metadata and connectivity information. Includes the callback model used by the ESB. Mule is the world's most widely used open source Enterprise Service Bus (ESB). Designed to support high-performance, multi-protocol transactions between heterogeneous systems and services, Mule provides the basis for service oriented architecture (SOA).

<dependency>
    <groupId>org.mule.common</groupId>
    <artifactId>mule-common</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.common : mule-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0
  • Latest Release Candidate: 3.5.0-M4-RC2

All Versions

Choose a version of org.mule.common : mule-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
mule-common-3.5.0
mule-common-3.5.0-M4
mule-common-3.5.0-M4-RC2
mule-common-3.5.0-M4-RC1
mule-common-3.5.0-cascade
mule-common-3.5.0-cascade-RC3
mule-common-3.5.0-cascade-RC2
mule-common-3.5.0-cascade-RC1
mule-common-3.5.0-bighorn
mule-common-3.5.0-bighorn-RC3
mule-common-3.5.0-bighorn-RC2
mule-common-3.5.0-bighorn-RC1
mule-common-3.5.0-andes-RC2
3.4.x
mule-common-3.4.2
mule-common-3.4.2-RC3
mule-common-3.4.2-RC2
mule-common-3.4.2-RC1
mule-common-3.4.1
mule-common-3.4.1-RC3
0.13.x
mule-common-0.13.0
0.12.x
mule-common-0.12.0
0.11.x
mule-common-0.11.0
0.10.x
mule-common-0.10.0
0.9.x
mule-common-0.9.0

How to add a dependency to Maven

Add the following org.mule.common : mule-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mule.common</groupId>
    <artifactId>mule-common</artifactId>
    <version>3.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.common : mule-common gradle dependency to your build.gradle file:

implementation 'org.mule.common:mule-common:3.5.0'

Gradle Kotlin DSL: Add the following org.mule.common : mule-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.common:mule-common:3.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.common : mule-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.common" % "mule-common" % "3.5.0"

Advertisement