is not current version
Last Version 3.9.0

org.mule:mule 3.2.0

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
ArtifactId

ArtifactId

mule
Version

Version

3.2.0
Type

Type

jar

Download mule 3.2.0

Filename Size
mule-3.2.0.pom 85 KB
mule-3.2.0-tests.jar 12 KB
Browse

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