License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdcom.increff.commons |
ArtifactId | ArtifactIdcommons-oauth2 |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-oauth2
commons-oauth2 library allows OAuth 2.0 based access authorization. The library is used for Google OAuth2
integration in web applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.springframework : spring-webmvc | jar | 4.3.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |