| License |
License |
|---|---|
| Categories |
CategoriesSecurity |
| GroupId | GroupIdedu.uiuc.ncsa.security.delegation |
| ArtifactId | ArtifactIdncsa-security-oauth-1.0a |
| Version | Version4.3 |
| Type | Typejar |
| Description |
DescriptionNCSA delegation OAuth 1.0a support
Generic security code for delegation.
|
<!-- https://jarcasting.com/artifacts/edu.uiuc.ncsa.security.delegation/ncsa-security-oauth-1.0a/ -->
<dependency>
<groupId>edu.uiuc.ncsa.security.delegation</groupId>
<artifactId>ncsa-security-oauth-1.0a</artifactId>
<version>4.3</version>
</dependency>
// https://jarcasting.com/artifacts/edu.uiuc.ncsa.security.delegation/ncsa-security-oauth-1.0a/
implementation 'edu.uiuc.ncsa.security.delegation:ncsa-security-oauth-1.0a:4.3'
// https://jarcasting.com/artifacts/edu.uiuc.ncsa.security.delegation/ncsa-security-oauth-1.0a/
implementation ("edu.uiuc.ncsa.security.delegation:ncsa-security-oauth-1.0a:4.3")
'edu.uiuc.ncsa.security.delegation:ncsa-security-oauth-1.0a:jar:4.3'
<dependency org="edu.uiuc.ncsa.security.delegation" name="ncsa-security-oauth-1.0a" rev="4.3">
<artifact name="ncsa-security-oauth-1.0a" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.uiuc.ncsa.security.delegation', module='ncsa-security-oauth-1.0a', version='4.3')
)
libraryDependencies += "edu.uiuc.ncsa.security.delegation" % "ncsa-security-oauth-1.0a" % "4.3"
[edu.uiuc.ncsa.security.delegation/ncsa-security-oauth-1.0a "4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| edu.uiuc.ncsa.security.delegation : ncsa-security-delegation-server | jar | 4.3 |
| edu.uiuc.ncsa.security.delegation : ncsa-security-delegation-client | jar | 4.3 |
| net.oauth.core : oauth-httpclient4 | jar | 20090617 |
| net.oauth.core : oauth | jar | 20100527 |
| net.oauth.core : oauth-consumer | jar | 20100527 |
| net.oauth.core : oauth-provider | jar | 20100527 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |