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