How to install the Java artifact org.wso2.carbon.devicemgt-plugins.remote-session-extension with Maven
Java
Maven
pom.xml
org.wso2.carbon.devicemgt-plugins
remote-session-extension
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.devicemgt-plugins</groupId>
<artifactId>remote-session-extension</artifactId>
<version>4.1.20</version>
</dependency>
/dependencies>