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