is not current version
Last Version 1.1.0

com.10duke.client:oauth 1.0.0

OAuth-client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.10duke.client
ArtifactId

ArtifactId

oauth
Version

Version

1.0.0
Type

Type

jar

Download oauth 1.0.0


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