License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdnet.oauth.core |
ArtifactId | ArtifactIdoauth-httpclient4 |
Last Version | Last Version20090913 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOAuth Core: HttpClient4
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-httpclient4-20090913.pom | |
oauth-httpclient4-20090913.jar | 13 KB |
oauth-httpclient4-20090913-sources.jar | 10 KB |
oauth-httpclient4-20090913-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oauth.core/oauth-httpclient4/ -->
<dependency>
<groupId>net.oauth.core</groupId>
<artifactId>oauth-httpclient4</artifactId>
<version>20090913</version>
</dependency>
// https://jarcasting.com/artifacts/net.oauth.core/oauth-httpclient4/
implementation 'net.oauth.core:oauth-httpclient4:20090913'
// https://jarcasting.com/artifacts/net.oauth.core/oauth-httpclient4/
implementation ("net.oauth.core:oauth-httpclient4:20090913")
'net.oauth.core:oauth-httpclient4:jar:20090913'
<dependency org="net.oauth.core" name="oauth-httpclient4" rev="20090913">
<artifact name="oauth-httpclient4" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oauth.core', module='oauth-httpclient4', version='20090913')
)
libraryDependencies += "net.oauth.core" % "oauth-httpclient4" % "20090913"
[net.oauth.core/oauth-httpclient4 "20090913"]
Group / Artifact | Type | Version |
---|---|---|
net.oauth.core : oauth-consumer | jar | 20090617 |
org.apache.httpcomponents : httpclient | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
net.oauth.core : oauth-provider | jar | 20090531 |
org.mortbay.jetty : jetty-embedded | jar | 6.1.11 |
junit : junit | jar | 3.8.1 |