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