is not current version
Last Version 0.10.0

com.sangupta:jerry-oauth 0.9.2

Common Java functionality for working with OAuth

GroupId

GroupId

com.sangupta
ArtifactId

ArtifactId

jerry-oauth
Version

Version

0.9.2
Type

Type

jar

Download jerry-oauth 0.9.2


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