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