| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.sgr.oauth |
| ArtifactId | ArtifactIdoauth-client-googlehttp |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAn Android compatible OAuth java library
|
<!-- https://jarcasting.com/artifacts/io.sgr.oauth/oauth-client-googlehttp/ -->
<dependency>
<groupId>io.sgr.oauth</groupId>
<artifactId>oauth-client-googlehttp</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.sgr.oauth/oauth-client-googlehttp/
implementation 'io.sgr.oauth:oauth-client-googlehttp:1.0.2'
// https://jarcasting.com/artifacts/io.sgr.oauth/oauth-client-googlehttp/
implementation ("io.sgr.oauth:oauth-client-googlehttp:1.0.2")
'io.sgr.oauth:oauth-client-googlehttp:jar:1.0.2'
<dependency org="io.sgr.oauth" name="oauth-client-googlehttp" rev="1.0.2">
<artifact name="oauth-client-googlehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sgr.oauth', module='oauth-client-googlehttp', version='1.0.2')
)
libraryDependencies += "io.sgr.oauth" % "oauth-client-googlehttp" % "1.0.2"
[io.sgr.oauth/oauth-client-googlehttp "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.sgr.oauth : oauth-core | jar | 1.0.2 |
| io.sgr.oauth : oauth-client-core | jar | 1.0.2 |
| com.fasterxml.jackson.core : jackson-databind | jar | |
| com.google.http-client : google-http-client | jar | 1.23.0 |
| org.slf4j : slf4j-api | jar |