| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases OAuth2 Security CLI User Interface |
| GroupId | GroupIdio.github.coffeelibs |
| ArtifactId | ArtifactIdtiny-oauth2-client |
| Last Version | Last Version0.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTiny OAuth2 Client
Zero Dependency RFC 8252 Authorization Flow
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| tiny-oauth2-client-0.5.0.pom | |
| tiny-oauth2-client-0.5.0.jar | 20 KB |
| tiny-oauth2-client-0.5.0-sources.jar | 13 KB |
| tiny-oauth2-client-0.5.0-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.coffeelibs/tiny-oauth2-client/ -->
<dependency>
<groupId>io.github.coffeelibs</groupId>
<artifactId>tiny-oauth2-client</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.coffeelibs/tiny-oauth2-client/
implementation 'io.github.coffeelibs:tiny-oauth2-client:0.5.0'
// https://jarcasting.com/artifacts/io.github.coffeelibs/tiny-oauth2-client/
implementation ("io.github.coffeelibs:tiny-oauth2-client:0.5.0")
'io.github.coffeelibs:tiny-oauth2-client:jar:0.5.0'
<dependency org="io.github.coffeelibs" name="tiny-oauth2-client" rev="0.5.0">
<artifact name="tiny-oauth2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.coffeelibs', module='tiny-oauth2-client', version='0.5.0')
)
libraryDependencies += "io.github.coffeelibs" % "tiny-oauth2-client" % "0.5.0"
[io.github.coffeelibs/tiny-oauth2-client "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 23.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.mockito : mockito-core | jar | 4.4.0 |