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