is not current version
Last Version 1.0.5

group.flyfish.oauth:oauth-client 1.0.2


Categories

Categories

CLI User Interface
GroupId

GroupId

group.flyfish.oauth
ArtifactId

ArtifactId

oauth-client
Version

Version

1.0.2
Type

Type

jar

Download oauth-client 1.0.2


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