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