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