<dependency>
<groupId>org.wso2.carbon.identity.userstore.ldap</groupId>
<artifactId>org.wso2.carbon.ldap.server.feature</artifactId>
<version>6.2.12</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.userstore.ldap', name: 'org.wso2.carbon.ldap.server.feature', version: '6.2.12'
implementation 'org.wso2.carbon.identity.userstore.ldap:org.wso2.carbon.ldap.server.feature:6.2.12'
implementation("org.wso2.carbon.identity.userstore.ldap:org.wso2.carbon.ldap.server.feature:6.2.12")
libraryDependencies += "org.wso2.carbon.identity.userstore.ldap" % "org.wso2.carbon.ldap.server.feature" % "6.2.12"
<dependency org="org.wso2.carbon.identity.userstore.ldap" name="org.wso2.carbon.ldap.server.feature" rev="6.2.12"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.userstore.ldap', module='org.wso2.carbon.ldap.server.feature', version='6.2.12')
)
[org.wso2.carbon.identity.userstore.ldap/org.wso2.carbon.ldap.server.feature "6.2.12"]
'org.wso2.carbon.identity.userstore.ldap:org.wso2.carbon.ldap.server.feature:jar:6.2.12'