m

mule

Mule is the runtime engine of Anypoint™ Platform. It is the industry’s only unified platform that combines data and application integration across legacy systems, SaaS applications, and APIs with hybrid deployment options for maximum flexibility.
https://developer.mulesoft.com/
CPAL v1.0
MuleSoft, Inc.
Matias Baldini Daniel Feist Ana Felisatti Luciano Gandini Mariano Gonzalez Alejandro Iannucci Pablo Kraan Pablo La Greca Alejandro Nosenzo Rodrigo Merino Guillermo Fernandes Alejandro Sequeira
文件下载
文件名 操作
mule-3.8.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.mule</groupId>
  <artifactId>mule</artifactId>
  <version>3.8.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mule:mule:3.8.1'
Gradle Kotlin
implementation("org.mule:mule:3.8.1")
Scala SBT
libraryDependencies += "org.mule" % "mule" % "3.8.1"
Groovy Grape
@Grapes(
  @Grab(group='org.mule', module='mule', version='3.8.1')
)
Apache Ivy
<dependency org="org.mule" name="mule" rev="3.8.1" />
Leiningen
[org.mule/mule "3.8.1"]
Apache Buildr
'org.mule:mule:jar:3.8.1'