File | Operation |
---|---|
org.wso2.carbon.um.ws.service.client.feature-5.6.1.pom | download |
<dependency>
<groupId>org.wso2.carbon.identity.user.ws</groupId>
<artifactId>org.wso2.carbon.um.ws.service.client.feature</artifactId>
<version>5.6.1</version>
<type>pom</type>
</dependency>
implementation 'org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.service.client.feature:5.6.1'
implementation("org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.service.client.feature:5.6.1")
libraryDependencies += "org.wso2.carbon.identity.user.ws" % "org.wso2.carbon.um.ws.service.client.feature" % "5.6.1"
@Grapes(
@Grab(group='org.wso2.carbon.identity.user.ws', module='org.wso2.carbon.um.ws.service.client.feature', version='5.6.1')
)
<dependency org="org.wso2.carbon.identity.user.ws" name="org.wso2.carbon.um.ws.service.client.feature" rev="5.6.1" />