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