<dependency>
<groupId>org.wso2.carbon.identity.outbound.auth.openid</groupId>
<artifactId>org.wso2.carbon.identity.application.authenticator.openid.server.feature</artifactId>
<version>5.1.6</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.outbound.auth.openid', name: 'org.wso2.carbon.identity.application.authenticator.openid.server.feature', version: '5.1.6'
implementation 'org.wso2.carbon.identity.outbound.auth.openid:org.wso2.carbon.identity.application.authenticator.openid.server.feature:5.1.6'
implementation("org.wso2.carbon.identity.outbound.auth.openid:org.wso2.carbon.identity.application.authenticator.openid.server.feature:5.1.6")
libraryDependencies += "org.wso2.carbon.identity.outbound.auth.openid" % "org.wso2.carbon.identity.application.authenticator.openid.server.feature" % "5.1.6"
<dependency org="org.wso2.carbon.identity.outbound.auth.openid" name="org.wso2.carbon.identity.application.authenticator.openid.server.feature" rev="5.1.6"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.outbound.auth.openid', module='org.wso2.carbon.identity.application.authenticator.openid.server.feature', version='5.1.6')
)
[org.wso2.carbon.identity.outbound.auth.openid/org.wso2.carbon.identity.application.authenticator.openid.server.feature "5.1.6"]
'org.wso2.carbon.identity.outbound.auth.openid:org.wso2.carbon.identity.application.authenticator.openid.server.feature:jar:5.1.6'