OAuth Utilities

An Android compatible OAuth java library

License

License

GroupId

GroupId

io.sgr.oauth
ArtifactId

ArtifactId

oauth-parent
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

OAuth Utilities
An Android compatible OAuth java library
Project URL

Project URL

https://github.com/io-sgr/oauth
Source Code Management

Source Code Management

https://github.com/io-sgr/oauth

Download oauth-parent

Filename Size
oauth-parent-1.0.2.pom 6 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.sgr.oauth/oauth-parent/ -->
<dependency>
    <groupId>io.sgr.oauth</groupId>
    <artifactId>oauth-parent</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.sgr.oauth/oauth-parent/
implementation 'io.sgr.oauth:oauth-parent:1.0.2'
// https://jarcasting.com/artifacts/io.sgr.oauth/oauth-parent/
implementation ("io.sgr.oauth:oauth-parent:1.0.2")
'io.sgr.oauth:oauth-parent:pom:1.0.2'
<dependency org="io.sgr.oauth" name="oauth-parent" rev="1.0.2">
  <artifact name="oauth-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.sgr.oauth', module='oauth-parent', version='1.0.2')
)
libraryDependencies += "io.sgr.oauth" % "oauth-parent" % "1.0.2"
[io.sgr.oauth/oauth-parent "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • server/core
  • server/authserver/core
  • server/authserver/j2ee
  • client/core
  • client/googlehttp
  • client/apachehttp

About this repository

Build Status codecov

io.sgr.oauth

sgr.io

Versions

Version
1.0.2
1.0.1
1.0.0