License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdnet.oauth.core |
ArtifactId | ArtifactIdoauth-httpclient3 |
Last Version | Last Version20090617 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOAuth Core: HttpClient3
OAuth::Parent POM
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/net.oauth.core/oauth-httpclient3/ -->
<dependency>
<groupId>net.oauth.core</groupId>
<artifactId>oauth-httpclient3</artifactId>
<version>20090617</version>
</dependency>
// https://jarcasting.com/artifacts/net.oauth.core/oauth-httpclient3/
implementation 'net.oauth.core:oauth-httpclient3:20090617'
// https://jarcasting.com/artifacts/net.oauth.core/oauth-httpclient3/
implementation ("net.oauth.core:oauth-httpclient3:20090617")
'net.oauth.core:oauth-httpclient3:jar:20090617'
<dependency org="net.oauth.core" name="oauth-httpclient3" rev="20090617">
<artifact name="oauth-httpclient3" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oauth.core', module='oauth-httpclient3', version='20090617')
)
libraryDependencies += "net.oauth.core" % "oauth-httpclient3" % "20090617"
[net.oauth.core/oauth-httpclient3 "20090617"]
Group / Artifact | Type | Version |
---|---|---|
net.oauth.core : oauth-consumer | jar | 20090617 |
commons-httpclient : commons-httpclient | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |