License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Net |
GroupId | GroupIdnet.oauth.core |
ArtifactId | ArtifactIdoauth-provider |
Last Version | Last Version20100527 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOAuth Core: Provider
An open protocol to allow API authentication in a simple and standard method from desktop and web applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
oauth-provider-20100527.pom | |
oauth-provider-20100527.jar | 11 KB |
oauth-provider-20100527-sources.jar | 9 KB |
oauth-provider-20100527-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oauth.core/oauth-provider/ -->
<dependency>
<groupId>net.oauth.core</groupId>
<artifactId>oauth-provider</artifactId>
<version>20100527</version>
</dependency>
// https://jarcasting.com/artifacts/net.oauth.core/oauth-provider/
implementation 'net.oauth.core:oauth-provider:20100527'
// https://jarcasting.com/artifacts/net.oauth.core/oauth-provider/
implementation ("net.oauth.core:oauth-provider:20100527")
'net.oauth.core:oauth-provider:jar:20100527'
<dependency org="net.oauth.core" name="oauth-provider" rev="20100527">
<artifact name="oauth-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oauth.core', module='oauth-provider', version='20100527')
)
libraryDependencies += "net.oauth.core" % "oauth-provider" % "20100527"
[net.oauth.core/oauth-provider "20100527"]
Group / Artifact | Type | Version |
---|---|---|
net.oauth.core : oauth | jar | 20100527 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |