How to install the Java artifact org.wso2.carbon.extension.identity.authenticator.inbound.cas.org.wso2.carbon.extension.identity.sso.cas.feature with Maven
Java
Maven
pom.xml
org.wso2.carbon.extension.identity.authenticator.inbound.cas
org.wso2.carbon.extension.identity.sso.cas.feature
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.extension.identity.authenticator.inbound.cas</groupId>
<artifactId>org.wso2.carbon.extension.identity.sso.cas.feature</artifactId>
<version>1.0.2</version>
</dependency>
/<dependencies>