| Категории |
КатегорииIDE Инструменты разработки H2 Данные Базы данных OAuth2 Безопасность ORM |
|---|---|
| Группа | Группаorg.openidentityplatform.commons.auth-filters.authz-filter.modules |
| Идентификатор | Идентификаторoauth2-module |
| Версия | Версия2.0.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| oauth2-module-2.0.9.pom | |
| oauth2-module-2.0.9.jar | 24 KB |
| oauth2-module-2.0.9-sources.jar | 16 KB |
| oauth2-module-2.0.9-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons.auth-filters.authz-filter.modules/oauth2-module/ -->
<dependency>
<groupId>org.openidentityplatform.commons.auth-filters.authz-filter.modules</groupId>
<artifactId>oauth2-module</artifactId>
<version>2.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.auth-filters.authz-filter.modules/oauth2-module/
implementation 'org.openidentityplatform.commons.auth-filters.authz-filter.modules:oauth2-module:2.0.9'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.auth-filters.authz-filter.modules/oauth2-module/
implementation ("org.openidentityplatform.commons.auth-filters.authz-filter.modules:oauth2-module:2.0.9")
'org.openidentityplatform.commons.auth-filters.authz-filter.modules:oauth2-module:jar:2.0.9'
<dependency org="org.openidentityplatform.commons.auth-filters.authz-filter.modules" name="oauth2-module" rev="2.0.9">
<artifact name="oauth2-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons.auth-filters.authz-filter.modules', module='oauth2-module', version='2.0.9')
)
libraryDependencies += "org.openidentityplatform.commons.auth-filters.authz-filter.modules" % "oauth2-module" % "2.0.9"
[org.openidentityplatform.commons.auth-filters.authz-filter.modules/oauth2-module "2.0.9"]