| Title: |
Mule Client |
| Group ID: |
org.mule.modules |
| Artifact ID: |
mule-module-client |
| Version: |
3.8.1 |
| Last modified: |
22.08.2016 00:07 |
| Packaging: |
jar |
| Name: |
Mule Client |
| Description: |
MuleClient is a simple interface for Mule clients to send and receive events from local or remote Mule Servers. |
| Vendor: |
MuleSoft, Inc. |
|
|
| Size: |
37.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/mule/modules/mule-module-client/3.8.1/mule-module-client-3.8.1.jar |
| POM: |
Show
hide
<?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.8.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</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>
|
| Maven: |
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-client</artifactId>
<version>3.8.1</version>
</dependency>
|
| Gradle: |
org.mule.modules:mule-module-client:3.8.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
hamcrest-library-1.3.jar
in org/hamcrest/hamcrest-library/1.3
-
[JAR]
junit-4.12-beta-1.jar
in junit/junit/4.12-beta-1
-
[JAR]
mule-core-${project.version}.jar
in org/mule/mule-core/${project.version}
-
[JAR]
mule-core-${project.version}.jar
in org/mule/mule-core/${project.version}
-
[JAR]
mule-module-spring-config-${project.version}.jar
in org/mule/modules/mule-module-spring-config/${project.version}
-
[JAR]
mule-module-xml-${project.version}.jar
in org/mule/modules/mule-module-xml/${project.version}
-
[JAR]
spring-context-4.3.3.RELEASE.jar
in org/springframework/spring-context/4.3.3.RELEASE
|
| Dependency Graph: |
Show
Less
More
|