Download mule-transport-vm-1.4.1.jar file

Introduction

You can download mule-transport-vm-1.4.1.jar in this page.

License

Open Source

Type List

mule-transport-vm-1.4.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.mule.transports/mule-transport-vm/pom.properties
META-INF/maven/org.mule.transports/mule-transport-vm/pom.xml
META-INF/services/org/mule/i18n/vm-messages.properties
META-INF/services/org/mule/providers/vm.properties
org.mule.providers.vm.VMConnector.class
org.mule.providers.vm.VMMessageAdapter.class
org.mule.providers.vm.VMMessageDispatcher.class
org.mule.providers.vm.VMMessageDispatcherFactory.class
org.mule.providers.vm.VMMessageReceiver.class
org.mule.providers.vm.VMTransaction.class
org.mule.providers.vm.VMTransactionFactory.class
org.mule.providers.vm.i18n.VMMessages.class

Pom

mule-transport-vm-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.transports</groupId>
        <artifactId>mule-transports</artifactId>
        <version>1.4.1</version>
    </parent>
    <artifactId>mule-transport-vm</artifactId>
    <packaging>jar</packaging>
    <name>VM Transport</name>
    <description>A Mule transport that enables event sending and receiving over VM or embedded memory queues. These queues can be persistent or transient.</description>
</project>

POM Entry

<dependency>
   <groupId>org.mule.transports</groupId>
   <artifactId>mule-transport-vm</artifactId>
   <version>1.4.1</version>
</dependency>

Download

If you think the following mule-transport-vm-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-transport-vm-1.4.1.jar file




PreviousNext

Related