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