is not current version
Last Version 3.5.0-cascade

org.mule.common:mule-common 3.5.0

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).

GroupId

GroupId

org.mule.common
ArtifactId

ArtifactId

mule-common
Version

Version

3.5.0
Type

Type

jar

Download mule-common 3.5.0


<!-- https://jarcasting.com/artifacts/org.mule.common/mule-common/ -->
<dependency>
    <groupId>org.mule.common</groupId>
    <artifactId>mule-common</artifactId>
    <version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.common/mule-common/
implementation 'org.mule.common:mule-common:3.5.0'
// https://jarcasting.com/artifacts/org.mule.common/mule-common/
implementation ("org.mule.common:mule-common:3.5.0")
'org.mule.common:mule-common:jar:3.5.0'
<dependency org="org.mule.common" name="mule-common" rev="3.5.0">
  <artifact name="mule-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.common', module='mule-common', version='3.5.0')
)
libraryDependencies += "org.mule.common" % "mule-common" % "3.5.0"
[org.mule.common/mule-common "3.5.0"]