<dependency>
<groupId>org.wso2.carbon.identity.organization.management.core</groupId>
<artifactId>org.wso2.carbon.identity.organization.management.service</artifactId>
<version>1.1.15</version>
<type>bundle</type>
</dependency>
implementation 'org.wso2.carbon.identity.organization.management.core:org.wso2.carbon.identity.organization.management.service:1.1.15'
implementation("org.wso2.carbon.identity.organization.management.core:org.wso2.carbon.identity.organization.management.service:1.1.15")
libraryDependencies += "org.wso2.carbon.identity.organization.management.core" % "org.wso2.carbon.identity.organization.management.service" % "1.1.15"
@Grapes(
@Grab(group='org.wso2.carbon.identity.organization.management.core', module='org.wso2.carbon.identity.organization.management.service', version='1.1.15')
)
<dependency org="org.wso2.carbon.identity.organization.management.core" name="org.wso2.carbon.identity.organization.management.service" rev="1.1.15" />
[org.wso2.carbon.identity.organization.management.core/org.wso2.carbon.identity.organization.management.service "1.1.15"]
<parent> <groupId>org.wso2.carbon.identity.organization.management.core</groupId> <artifactId>identity-organization-management-core</artifactId> <version>1.1.15</version> </parent>
compile
|-- com.github.spotbugs:spotbugs-annotations
provided
|-- org.apache.felix:org.apache.felix.scr.ds-annotations
|-- org.wso2.carbon:org.wso2.carbon.utils
|-- org.wso2.carbon.utils:org.wso2.carbon.database.utils
|-- org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.mgt
test