is not current version
Last Version 3.9.0

org.mule.modules:mule-module-client 1.4.4

MuleClient is a simple interface for Mule clients to send and receive events from local or remote Mule Servers.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.mule.modules
ArtifactId

ArtifactId

mule-module-client
Version

Version

1.4.4
Type

Type

jar

Download mule-module-client 1.4.4


<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-client/ -->
<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-client</artifactId>
    <version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-client/
implementation 'org.mule.modules:mule-module-client:1.4.4'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-client/
implementation ("org.mule.modules:mule-module-client:1.4.4")
'org.mule.modules:mule-module-client:jar:1.4.4'
<dependency org="org.mule.modules" name="mule-module-client" rev="1.4.4">
  <artifact name="mule-module-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-client', version='1.4.4')
)
libraryDependencies += "org.mule.modules" % "mule-module-client" % "1.4.4"
[org.mule.modules/mule-module-client "1.4.4"]