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