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