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