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