Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
To get started with Mule Cloud Connect, you will first need to download the connector you want to use. Most Mule modules, such as the HTTP module we used earlier, are prepackaged with Mule and do not require downloading, but you’ll have to download and install the Cloud Connectors yourself. Each connector and its associated documentation is available at MuleForge, but the steps to download a connector differ slightly depending on your development environment. The following sections detail the most common approaches.
If you use Apache Maven to build your Mule projects, you can install Cloud Connectors by adding dependency entries for each connector you will be using to your Maven pom.xml file. Each connector’s documentation page provides you with Maven dependency XML snippets that you can simply copy and paste. To install a connector via Maven, you first need to add the Mule repository to your Maven pom.xml file, as shown in Example 2-1.