не последняя версия
Последняя версия 3.9.0

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

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

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.mule.modules
Идентификатор

Идентификатор

mule-module-client
Версия

Версия

2.0.0-RC1
Тип

Тип

jar

Скачать mule-module-client 2.0.0-RC1


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