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