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