is not current version
Last Version 4.1.1

org.mule.runtime:mule 4.0.0-BETA.4

Mule is the runtime engine of Anypoint™ Platform. It is the industry’s only unified platform that combines data and application integration across legacy systems, SaaS applications, and APIs with hybrid deployment options for maximum flexibility.

GroupId

GroupId

org.mule.runtime
ArtifactId

ArtifactId

mule
Version

Version

4.0.0-BETA.4
Type

Type

pom

Download mule 4.0.0-BETA.4

Filename Size
mule-4.0.0-BETA.4.pom 105 KB
Browse

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