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