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