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