Download mule-module-client-1.4.1.jar file

Introduction

You can download mule-module-client-1.4.1.jar in this page.

License

Open Source

Type List

mule-module-client-1.4.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.mule.modules/mule-module-client/pom.properties
META-INF/maven/org.mule.modules/mule-module-client/pom.xml
META-INF/services/org/mule/i18n/client-messages.properties
org.mule.extras.client.AbstractEventTransformer.class
org.mule.extras.client.EventObjectTransformer.class
org.mule.extras.client.MuleClient.class
org.mule.extras.client.MuleProxyListener.class
org.mule.extras.client.RemoteDispatcher.class
org.mule.extras.client.i18n.ClientMessages.class

Pom

mule-module-client-1.4.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.mule.modules</groupId>
        <artifactId>mule-modules</artifactId>
        <version>1.4.1</version>
    </parent>
    <artifactId>mule-module-client</artifactId>
    <packaging>jar</packaging>
    <name>Mule Client</name>
    <description>MuleClient is a simple interface for Mule clients to send and receive events from local or remote Mule Servers.</description>   
    <dependencies>
        <dependency>
            <groupId>org.mule.modules</groupId>
            <artifactId>mule-module-builders</artifactId>
            <version>${version}</version>
        </dependency>
        <!-- Used by RemoteDispatcher -->
        <dependency>
            <groupId>org.mule.modules</groupId>
            <artifactId>mule-module-xml</artifactId>
            <version>${version}</version>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.mule.modules</groupId>
   <artifactId>mule-module-client</artifactId>
   <version>1.4.1</version>
</dependency>

Download

If you think the following mule-module-client-1.4.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download mule-module-client-1.4.1.jar file




PreviousNext

Related