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