is not current version
Last Version 3.9.0

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

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

3.0.1
Type

Type

jar

Download mule-module-client 3.0.1


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