m

mule-module-embedded-impl-bom

This project contains all the specific dependencies of the embedded runtime implementation independent from the runtime version
Files download
File Operation
mule-module-embedded-impl-bom-4.1.1.pom download
Apache Maven
<dependency>
  <groupId>org.mule.distributions</groupId>
  <artifactId>mule-module-embedded-impl-bom</artifactId>
  <version>4.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mule.distributions:mule-module-embedded-impl-bom:4.1.1'
Gradle Kotlin
implementation("org.mule.distributions:mule-module-embedded-impl-bom:4.1.1")
Scala SBT
libraryDependencies += "org.mule.distributions" % "mule-module-embedded-impl-bom" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.distributions', module='mule-module-embedded-impl-bom', version='4.1.1')
)
Apache Ivy
<dependency org="org.mule.distributions" name="mule-module-embedded-impl-bom" rev="4.1.1" />
Leiningen
[org.mule.distributions/mule-module-embedded-impl-bom "4.1.1"]
Apache Buildr
'org.mule.distributions:mule-module-embedded-impl-bom:jar:4.1.1'