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