is not current version
Last Version 3.4.0

org.mule.distributions:mule 3.1.1

Assembles the Mule core, modules, and transports into a single library (jar). This is useful for embedding Mule into an existing project.

Categories

Categories

Distribution Build Tools
GroupId

GroupId

org.mule.distributions
ArtifactId

ArtifactId

mule
Version

Version

3.1.1
Type

Type

jar

Download mule 3.1.1


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