Getting started¶
Follow below steps to start working with our connector within your Mule applications.
Installation¶
Add below maven dependency and repositories to your Mule application's pom.xml, change 2.8.0
with plugin's version you want to use:
<dependency>
<groupId>com.hawkore.mule.extensions</groupId>
<artifactId>gridgain-extension</artifactId>
<version>2.8.0</version>
<classifier>mule-plugin</classifier>
</dependency>
<repository>
<id>public.hawkore.releases</id>
<name>Hawkore Public Repository</name>
<url>https://repository.hawkore.com/maven2/</url>
<layout>default</layout>
</repository>
<repository>
<id>GridGain Repository</id>
<url>http://www.gridgainsystems.com/nexus/content/repositories/external</url>
</repository>
Sample¶
Take a look to sample project at Github