<dependency>
<groupId>org.wso2.carbon.identity.organization.management.api</groupId>
<artifactId>org.wso2.carbon.identity.api.organization.selfservice</artifactId>
<version>1.0.29</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.organization.management.api', name: 'org.wso2.carbon.identity.api.organization.selfservice', version: '1.0.29'
implementation 'org.wso2.carbon.identity.organization.management.api:org.wso2.carbon.identity.api.organization.selfservice:1.0.29'
implementation("org.wso2.carbon.identity.organization.management.api:org.wso2.carbon.identity.api.organization.selfservice:1.0.29")
libraryDependencies += "org.wso2.carbon.identity.organization.management.api" % "org.wso2.carbon.identity.api.organization.selfservice" % "1.0.29"
<dependency org="org.wso2.carbon.identity.organization.management.api" name="org.wso2.carbon.identity.api.organization.selfservice" rev="1.0.29"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.organization.management.api', module='org.wso2.carbon.identity.api.organization.selfservice', version='1.0.29')
)
[org.wso2.carbon.identity.organization.management.api/org.wso2.carbon.identity.api.organization.selfservice "1.0.29"]
'org.wso2.carbon.identity.organization.management.api:org.wso2.carbon.identity.api.organization.selfservice:jar:1.0.29'