is not current version
Last Version 4.1.1

org.mule.runtime:mule-core 4.0.0-rc

Mule server and core classes

GroupId

GroupId

org.mule.runtime
ArtifactId

ArtifactId

mule-core
Version

Version

4.0.0-rc
Type

Type

jar

Download mule-core 4.0.0-rc


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