m

mule-runtime-impl-bom

A BOM project that provides all the implementation libraries required by the Mule runtime
文件下载
文件名 操作
mule-runtime-impl-bom-4.1.1.jar 下载
mule-runtime-impl-bom-4.1.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.mule.distributions</groupId>
  <artifactId>mule-runtime-impl-bom</artifactId>
  <version>4.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.mule.distributions:mule-runtime-impl-bom:4.1.1'
Gradle Kotlin
implementation("org.mule.distributions:mule-runtime-impl-bom:4.1.1")
Scala SBT
libraryDependencies += "org.mule.distributions" % "mule-runtime-impl-bom" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.distributions', module='mule-runtime-impl-bom', version='4.1.1')
)
Apache Ivy
<dependency org="org.mule.distributions" name="mule-runtime-impl-bom" rev="4.1.1" />
Leiningen
[org.mule.distributions/mule-runtime-impl-bom "4.1.1"]
Apache Buildr
'org.mule.distributions:mule-runtime-impl-bom:jar:4.1.1'