| License |
License |
|---|---|
| GroupId | GroupIdorg.aerysoft.miniauth |
| ArtifactId | ArtifactIdminiauth-oauth |
| Last Version | Last Version0.9.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMiniAuth OAuth
MiniAuth OAuth signature library in Java. OAuth module.
|
| Filename | Size |
|---|---|
| miniauth-oauth-0.9.5.pom | |
| miniauth-oauth-0.9.5.jar | 85 KB |
| miniauth-oauth-0.9.5-sources.jar | 61 KB |
| miniauth-oauth-0.9.5-javadoc.jar | 333 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aerysoft.miniauth/miniauth-oauth/ -->
<dependency>
<groupId>org.aerysoft.miniauth</groupId>
<artifactId>miniauth-oauth</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.aerysoft.miniauth/miniauth-oauth/
implementation 'org.aerysoft.miniauth:miniauth-oauth:0.9.5'
// https://jarcasting.com/artifacts/org.aerysoft.miniauth/miniauth-oauth/
implementation ("org.aerysoft.miniauth:miniauth-oauth:0.9.5")
'org.aerysoft.miniauth:miniauth-oauth:jar:0.9.5'
<dependency org="org.aerysoft.miniauth" name="miniauth-oauth" rev="0.9.5">
<artifact name="miniauth-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aerysoft.miniauth', module='miniauth-oauth', version='0.9.5')
)
libraryDependencies += "org.aerysoft.miniauth" % "miniauth-oauth" % "0.9.5"
[org.aerysoft.miniauth/miniauth-oauth "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 |