| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаorg.wso2.carbon.identity.framework |
| Идентификатор | Идентификаторorg.wso2.carbon.user.mgt.common |
| Версия | Версия5.20.132 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/org.wso2.carbon.user.mgt.common/ -->
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.user.mgt.common</artifactId>
<version>5.20.132</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/org.wso2.carbon.user.mgt.common/
implementation 'org.wso2.carbon.identity.framework:org.wso2.carbon.user.mgt.common:5.20.132'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/org.wso2.carbon.user.mgt.common/
implementation ("org.wso2.carbon.identity.framework:org.wso2.carbon.user.mgt.common:5.20.132")
'org.wso2.carbon.identity.framework:org.wso2.carbon.user.mgt.common:jar:5.20.132'
<dependency org="org.wso2.carbon.identity.framework" name="org.wso2.carbon.user.mgt.common" rev="5.20.132">
<artifact name="org.wso2.carbon.user.mgt.common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.framework', module='org.wso2.carbon.user.mgt.common', version='5.20.132')
)
libraryDependencies += "org.wso2.carbon.identity.framework" % "org.wso2.carbon.user.mgt.common" % "5.20.132"
[org.wso2.carbon.identity.framework/org.wso2.carbon.user.mgt.common "5.20.132"]