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