How to install the Java artifact org.wso2.carbon.event-processing.application-deployer with Maven
Java
Maven
pom.xml
org.wso2.carbon.event-processing
application-deployer
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.wso2.carbon.event-processing</groupId>
<artifactId>application-deployer</artifactId>
<version>2.0.3</version>
</dependency>
/dependencies>