| Категории |
КатегорииIDE Инструменты разработки H2 Данные Базы данных OAuth2 Безопасность |
|---|---|
| Группа | Группаorg.wso2.carbon.identity.inbound.auth.oauth2 |
| Идентификатор | Идентификаторorg.wso2.carbon.identity.oauth.scope.endpoint |
| Версия | Версия6.4.8 |
| Тип | Типwar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.scope.endpoint/ -->
<dependency>
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
<artifactId>org.wso2.carbon.identity.oauth.scope.endpoint</artifactId>
<version>6.4.8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.scope.endpoint/
implementation 'org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.scope.endpoint:6.4.8'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.scope.endpoint/
implementation ("org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.scope.endpoint:6.4.8")
'org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.scope.endpoint:war:6.4.8'
<dependency org="org.wso2.carbon.identity.inbound.auth.oauth2" name="org.wso2.carbon.identity.oauth.scope.endpoint" rev="6.4.8">
<artifact name="org.wso2.carbon.identity.oauth.scope.endpoint" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.inbound.auth.oauth2', module='org.wso2.carbon.identity.oauth.scope.endpoint', version='6.4.8')
)
libraryDependencies += "org.wso2.carbon.identity.inbound.auth.oauth2" % "org.wso2.carbon.identity.oauth.scope.endpoint" % "6.4.8"
[org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.scope.endpoint "6.4.8"]