| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииH2 Данные Базы данных OAuth2 Безопасность |
| Группа | Группаcom.increff.commons |
| Идентификатор | Идентификаторcommons-oauth2 |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcommons-oauth2
commons-oauth2 library allows OAuth 2.0 based access authorization. The library is used for Google OAuth2
integration in web applications
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commons-oauth2-1.3.pom | |
| commons-oauth2-1.3.jar | 9 KB |
| commons-oauth2-1.3-sources.jar | 5 KB |
| commons-oauth2-1.3-javadoc.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.increff.commons/commons-oauth2/ -->
<dependency>
<groupId>com.increff.commons</groupId>
<artifactId>commons-oauth2</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.increff.commons/commons-oauth2/
implementation 'com.increff.commons:commons-oauth2:1.3'
// https://jarcasting.com/artifacts/com.increff.commons/commons-oauth2/
implementation ("com.increff.commons:commons-oauth2:1.3")
'com.increff.commons:commons-oauth2:jar:1.3'
<dependency org="com.increff.commons" name="commons-oauth2" rev="1.3">
<artifact name="commons-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.increff.commons', module='commons-oauth2', version='1.3')
)
libraryDependencies += "com.increff.commons" % "commons-oauth2" % "1.3"
[com.increff.commons/commons-oauth2 "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.1 |
| com.google.oauth-client : google-oauth-client | jar | 1.28.0 |
| com.google.http-client : google-http-client-jackson2 | jar | 1.28.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.springframework : spring-webmvc | jar | 4.3.6.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |