License |
License |
---|---|
GroupId | GroupIdio.github.ackeecz |
ArtifactId | ArtifactIdretroceptor-auth |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionretroceptor-auth
Retrofit Interceptor to support automatic authorization handling with built-in support for OAuth2
|
Project URL |
Project URL |
Filename | Size |
---|---|
retroceptor-auth-3.0.0.pom | |
retroceptor-auth-3.0.0-sources.jar | 18 KB |
retroceptor-auth-3.0.0-javadoc.jar | 308 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ackeecz/retroceptor-auth/ -->
<dependency>
<groupId>io.github.ackeecz</groupId>
<artifactId>retroceptor-auth</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ackeecz/retroceptor-auth/
implementation 'io.github.ackeecz:retroceptor-auth:3.0.0'
// https://jarcasting.com/artifacts/io.github.ackeecz/retroceptor-auth/
implementation ("io.github.ackeecz:retroceptor-auth:3.0.0")
'io.github.ackeecz:retroceptor-auth:aar:3.0.0'
<dependency org="io.github.ackeecz" name="retroceptor-auth" rev="3.0.0">
<artifact name="retroceptor-auth" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ackeecz', module='retroceptor-auth', version='3.0.0')
)
libraryDependencies += "io.github.ackeecz" % "retroceptor-auth" % "3.0.0"
[io.github.ackeecz/retroceptor-auth "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.ackeecz : retroceptor-core | jar | 3.0.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.5.21 |
com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |