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