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