| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.curity |
| Идентификатор | Идентификаторoauth-filter |
| Версия | Версия3.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеOAuth API Filter
A Servlet Filter that authenticates and authorizes requests using OAuth access tokens of various kinds.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| oauth-filter-3.0.0.pom | |
| oauth-filter-3.0.0.jar | 50 KB |
| oauth-filter-3.0.0-sources.jar | 37 KB |
| oauth-filter-3.0.0-javadoc.jar | 444 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.curity/oauth-filter/ -->
<dependency>
<groupId>io.curity</groupId>
<artifactId>oauth-filter</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.curity/oauth-filter/
implementation 'io.curity:oauth-filter:3.0.0'
// https://jarcasting.com/artifacts/io.curity/oauth-filter/
implementation ("io.curity:oauth-filter:3.0.0")
'io.curity:oauth-filter:jar:3.0.0'
<dependency org="io.curity" name="oauth-filter" rev="3.0.0">
<artifact name="oauth-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.curity', module='oauth-filter', version='3.0.0')
)
libraryDependencies += "io.curity" % "oauth-filter" % "3.0.0"
[io.curity/oauth-filter "3.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| javax.json : javax.json-api | jar | 1.1.4 |
| org.apache.httpcomponents : httpclient Необязательный | jar | 4.5.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.owlike : genson | jar | 1.6 |
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 3.10.0 |
| org.apache.logging.log4j : log4j-core | jar | |
| org.apache.logging.log4j : log4j-jul | jar | |
| org.apache.logging.log4j : log4j-jcl | jar | |
| org.bitbucket.b_c : jose4j | jar | 0.7.7 |