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