is not current version
Last Version 4.1.1

org.mule.runtime:mule-modules-all 4.0.0-rc

This is a meta module that allows easy referencing of all modules. This is needed in our various distributions we publish.

GroupId

GroupId

org.mule.runtime
ArtifactId

ArtifactId

mule-modules-all
Version

Version

4.0.0-rc
Type

Type

pom

Download mule-modules-all 4.0.0-rc


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