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