<dependency>
<groupId>org.wso2.carbon.extension.identity.authenticator.inbound.cas</groupId>
<artifactId>org.wso2.carbon.extension.identity.sso.cas.feature</artifactId>
<version>2.0.18</version>
</dependency>
implementation group: 'org.wso2.carbon.extension.identity.authenticator.inbound.cas', name: 'org.wso2.carbon.extension.identity.sso.cas.feature', version: '2.0.18'
implementation 'org.wso2.carbon.extension.identity.authenticator.inbound.cas:org.wso2.carbon.extension.identity.sso.cas.feature:2.0.18'
implementation("org.wso2.carbon.extension.identity.authenticator.inbound.cas:org.wso2.carbon.extension.identity.sso.cas.feature:2.0.18")
libraryDependencies += "org.wso2.carbon.extension.identity.authenticator.inbound.cas" % "org.wso2.carbon.extension.identity.sso.cas.feature" % "2.0.18"
<dependency org="org.wso2.carbon.extension.identity.authenticator.inbound.cas" name="org.wso2.carbon.extension.identity.sso.cas.feature" rev="2.0.18"/>
@Grapes(
@Grab(group='org.wso2.carbon.extension.identity.authenticator.inbound.cas', module='org.wso2.carbon.extension.identity.sso.cas.feature', version='2.0.18')
)
[org.wso2.carbon.extension.identity.authenticator.inbound.cas/org.wso2.carbon.extension.identity.sso.cas.feature "2.0.18"]
'org.wso2.carbon.extension.identity.authenticator.inbound.cas:org.wso2.carbon.extension.identity.sso.cas.feature:jar:2.0.18'