Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdidentity-user-ws |
Version | Version5.1.1 |
Type | Typepom |
Filename | Size |
---|---|
identity-user-ws-5.1.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-user-ws/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-user-ws</artifactId>
<version>5.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-user-ws/
implementation 'org.wso2.carbon.identity:identity-user-ws:5.1.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-user-ws/
implementation ("org.wso2.carbon.identity:identity-user-ws:5.1.1")
'org.wso2.carbon.identity:identity-user-ws:pom:5.1.1'
<dependency org="org.wso2.carbon.identity" name="identity-user-ws" rev="5.1.1">
<artifact name="identity-user-ws" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity-user-ws', version='5.1.1')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity-user-ws" % "5.1.1"
[org.wso2.carbon.identity/identity-user-ws "5.1.1"]