How to install the Java artifact org.wso2.carbon.messaging.org.wso2.carbon.andes.cluster.mgt with Maven
Java
Maven
pom.xml
org.wso2.carbon.messaging
org.wso2.carbon.andes.cluster.mgt
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.wso2.carbon.messaging</groupId>
<artifactId>org.wso2.carbon.andes.cluster.mgt</artifactId>
<version>2.5.0</version>
</dependency>
/<dependencies>