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