is not current version
Last Version 3.9.0

org.mule.modules:mule-module-client 2.0.0-RC2

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

2.0.0-RC2
Type

Type

jar

Download mule-module-client 2.0.0-RC2


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