Download mule-module-client-3.7.0.jar file

Introduction

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

License

Open Source

Type List

mule-module-client-3.7.0.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/mule-client.xsd
META-INF/services/org/mule/i18n/client-messages.properties
META-INF/spring.handlers
META-INF/spring.schemas
org.mule.module.client.MuleClient.class
org.mule.module.client.RemoteDispatcher.class
org.mule.module.client.config.ClientNamespaceHandler.class
org.mule.module.client.config.RemoteDispatcherAgentDefinitionParser.class
org.mule.module.client.i18n.ClientMessages.class
org.mule.module.client.remoting.RemoteDispatcherAgent.class
org.mule.module.client.remoting.RemoteDispatcherComponent.class
org.mule.module.client.remoting.RemoteDispatcherException.class
org.mule.module.client.remoting.ServerHandshake.class
org.mule.module.client.remoting.UnsupportedWireFormatException.class
org.mule.module.client.remoting.notification.RemoteDispatcherNotification.class
org.mule.module.client.remoting.notification.RemoteDispatcherNotificationListener.class

Pom

mule-module-client-3.7.0.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>3.7.0</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</groupId>
            <artifactId>mule-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.mule.modules</groupId>
            <artifactId>mule-module-spring-config</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
        </dependency>
        <!-- Used by RemoteDispatcher -->
        <dependency>
            <groupId>org.mule.modules</groupId>
            <artifactId>mule-module-xml</artifactId>
            <version>${project.version}</version>
        </dependency>

        <!-- Unit tests -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-library</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mule</groupId>
            <artifactId>mule-core</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
            <type>test-jar</type>
        </dependency>
    </dependencies>
</project>

POM Entry

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

Download

If you think the following mule-module-client-3.7.0.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-3.7.0.jar file




PreviousNext

Related