is not current version
Last Version 3.9.0

org.mule:mule 3.3-M2

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.3-M2
Type

Type

jar

Download mule 3.3-M2

Filename Size
mule-3.3-M2.pom 86 KB
mule-3.3-M2-tests.jar 12 KB
Browse

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