is not current version
Last Version 3.5.0-cascade

org.mule.common:mule-common 3.5.0-bighorn-RC1

Shared Interfaces between Studio and ESB for Metadata and Connectivity access

GroupId

GroupId

org.mule.common
ArtifactId

ArtifactId

mule-common
Version

Version

3.5.0-bighorn-RC1
Type

Type

jar

Download mule-common 3.5.0-bighorn-RC1


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