m

mule

Mule is a simple yet robust and highly scalable Integration and ESB services framework. It is designed as a light-weight, event-driven component technology that handles communication with disparate systems transparently providing a simple component interface.
http://mule.mulesource.org
MuleSource, Inc.
Files download
File Operation
mule-1.4.0.pom download
Apache Maven
<dependency>
  <groupId>org.mule</groupId>
  <artifactId>mule</artifactId>
  <version>1.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mule:mule:1.4.0'
Gradle Kotlin
implementation("org.mule:mule:1.4.0")
Scala SBT
libraryDependencies += "org.mule" % "mule" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mule', module='mule', version='1.4.0')
)
Apache Ivy
<dependency org="org.mule" name="mule" rev="1.4.0" />
Leiningen
[org.mule/mule "1.4.0"]
Apache Buildr
'org.mule:mule:jar:1.4.0'
Dependencies
The project has no third-party dependencies