m

mule

Mule is the world's most widely used open source Enterprise Service Bus (ESB). Designed to support high-performance, multi-protocol transactions between heterogeneous systems and services, Mule provides the basis for service oriented architecture (SOA).
http://www.mulesoft.org
CPAL v1.0
MuleSoft, Inc.
Files download
File Operation
mule-3.5.0-M4.pom download
Apache Maven
<dependency>
  <groupId>org.mule</groupId>
  <artifactId>mule</artifactId>
  <version>3.5.0-M4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mule:mule:3.5.0-M4'
Gradle Kotlin
implementation("org.mule:mule:3.5.0-M4")
Scala SBT
libraryDependencies += "org.mule" % "mule" % "3.5.0-M4"
Groovy Grape
@Grapes(
  @Grab(group='org.mule', module='mule', version='3.5.0-M4')
)
Apache Ivy
<dependency org="org.mule" name="mule" rev="3.5.0-M4" />
Leiningen
[org.mule/mule "3.5.0-M4"]
Apache Buildr
'org.mule:mule:jar:3.5.0-M4'
Dependencies
The project has no third-party dependencies