License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdorg.aerysoft.miniauth |
ArtifactId | ArtifactIdminiauth-oauth2 |
Last Version | Last Version0.9.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMiniAuth OAuth2
MiniAuth OAuth signature library in Java. OAuth2 module.
|
Filename | Size |
---|---|
miniauth-oauth2-0.9.5.pom | |
miniauth-oauth2-0.9.5.jar | 4 KB |
miniauth-oauth2-0.9.5-sources.jar | 3 KB |
miniauth-oauth2-0.9.5-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aerysoft.miniauth/miniauth-oauth2/ -->
<dependency>
<groupId>org.aerysoft.miniauth</groupId>
<artifactId>miniauth-oauth2</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.aerysoft.miniauth/miniauth-oauth2/
implementation 'org.aerysoft.miniauth:miniauth-oauth2:0.9.5'
// https://jarcasting.com/artifacts/org.aerysoft.miniauth/miniauth-oauth2/
implementation ("org.aerysoft.miniauth:miniauth-oauth2:0.9.5")
'org.aerysoft.miniauth:miniauth-oauth2:jar:0.9.5'
<dependency org="org.aerysoft.miniauth" name="miniauth-oauth2" rev="0.9.5">
<artifact name="miniauth-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aerysoft.miniauth', module='miniauth-oauth2', version='0.9.5')
)
libraryDependencies += "org.aerysoft.miniauth" % "miniauth-oauth2" % "0.9.5"
[org.aerysoft.miniauth/miniauth-oauth2 "0.9.5"]
Group / Artifact | Type | Version |
---|---|---|
org.aerysoft.miniauth : miniauth-core | jar | 0.9.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |