is not current version
Last Version 3.9.0

org.mule.modules:mule-module-boot 3.1.0-RC1

Classes used to boot up the Mule server

GroupId

GroupId

org.mule.modules
ArtifactId

ArtifactId

mule-module-boot
Version

Version

3.1.0-RC1
Type

Type

jar

Download mule-module-boot 3.1.0-RC1


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