The pom.xml Apache Maven file generated by Anypoint Studio contains dependencies for a Mule app. When you code a Mule app manually, include this XML snippet in your POM file to enable access to this connector.
<dependency>
<groupId>com.mulesoft.connectors</groupId>
<artifactId>mule-zuora-aqua-connector</artifactId>
<version>x.x.x</version>
<classifier>mule-plugin</classifier>
</dependency>
Replace x.x.x with the version that corresponds to the connector you are using.
To obtain the most up-to-date pom.xml file information, access the connector in Anypoint Exchange and click Dependency Snippets.