License |
License |
---|---|
GroupId | GroupIdorg.isuper |
ArtifactId | ArtifactIdisuper.oauth.web |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOAuth HTTP Client Web Library
A web based OAuth authorization flow library
|
Project Organization |
Project OrganizationiSuper.org |
Filename | Size |
---|---|
isuper.oauth.web-0.0.1.pom | |
isuper.oauth.web-0.0.1.jar | 5 KB |
isuper.oauth.web-0.0.1-sources.jar | 3 KB |
isuper.oauth.web-0.0.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.isuper/isuper.oauth.web/ -->
<dependency>
<groupId>org.isuper</groupId>
<artifactId>isuper.oauth.web</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.isuper/isuper.oauth.web/
implementation 'org.isuper:isuper.oauth.web:0.0.1'
// https://jarcasting.com/artifacts/org.isuper/isuper.oauth.web/
implementation ("org.isuper:isuper.oauth.web:0.0.1")
'org.isuper:isuper.oauth.web:jar:0.0.1'
<dependency org="org.isuper" name="isuper.oauth.web" rev="0.0.1">
<artifact name="isuper.oauth.web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.isuper', module='isuper.oauth.web', version='0.0.1')
)
libraryDependencies += "org.isuper" % "isuper.oauth.web" % "0.0.1"
[org.isuper/isuper.oauth.web "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.isuper : isuper.oauth.core | jar | 0.0.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |