<dependency>
<groupId>org.wso2.carbon.identity.user.ws</groupId>
<artifactId>org.wso2.carbon.um.ws.api</artifactId>
<version>5.3.5</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.wso2.carbon.identity.user.ws" % "org.wso2.carbon.um.ws.api" % "5.3.5"
@Grapes(
@Grab(group='org.wso2.carbon.identity.user.ws', module='org.wso2.carbon.um.ws.api', version='5.3.5')
)
<dependency org="org.wso2.carbon.identity.user.ws" name="org.wso2.carbon.um.ws.api" rev="5.3.5" />
<parent> <groupId>org.wso2.carbon.identity.user.ws</groupId> <artifactId>identity-user-ws</artifactId> <version>5.3.5</version> </parent>
compile
|-- org.wso2.carbon:org.wso2.carbon.user.api
|-- org.wso2.carbon:org.wso2.carbon.user.core
|-- org.wso2.carbon.identity.framework:org.wso2.carbon.user.mgt.common
|-- org.wso2.carbon:org.wso2.carbon.utils
|-- org.wso2.carbon:org.wso2.carbon.core
|-- org.wso2.carbon:org.wso2.carbon.authenticator.proxy
|-- org.wso2.carbon:org.wso2.carbon.registry.core
|-- org.ops4j.pax.logging:pax-logging-api
|-- org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.api.stub
provided
|-- org.apache.felix:org.apache.felix.scr.ds-annotations
test
|-- junit:junit