is not current version
Last Version 0.10.0

com.sangupta:jerry-oauth 0.1.0

Common Java functionality for working with OAuth

GroupId

GroupId

com.sangupta
ArtifactId

ArtifactId

jerry-oauth
Version

Version

0.1.0
Type

Type

jar

Download jerry-oauth 0.1.0


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