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.3.0-RC3.pom download
Apache Maven
<dependency>
  <groupId>org.mule</groupId>
  <artifactId>mule</artifactId>
  <version>3.3.0-RC3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mule:mule:3.3.0-RC3'
Gradle Kotlin
implementation("org.mule:mule:3.3.0-RC3")
Scala SBT
libraryDependencies += "org.mule" % "mule" % "3.3.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.mule', module='mule', version='3.3.0-RC3')
)
Apache Ivy
<dependency org="org.mule" name="mule" rev="3.3.0-RC3" />
Leiningen
[org.mule/mule "3.3.0-RC3"]
Apache Buildr
'org.mule:mule:jar:3.3.0-RC3'
Dependencies
The project has no third-party dependencies