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