文件下载
文件名 操作
oauth-httpclient4-20090913.jar 下载
oauth-httpclient4-20090913.pom 下载
oauth-httpclient4-20090913-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.oauth.core</groupId>
  <artifactId>oauth-httpclient4</artifactId>
  <version>20090913</version>
</dependency>
Gradle Groovy
implementation 'net.oauth.core:oauth-httpclient4:20090913'
Gradle Kotlin
implementation("net.oauth.core:oauth-httpclient4:20090913")
Scala SBT
libraryDependencies += "net.oauth.core" % "oauth-httpclient4" % "20090913"
Groovy Grape
@Grapes(
  @Grab(group='net.oauth.core', module='oauth-httpclient4', version='20090913')
)
Apache Ivy
<dependency org="net.oauth.core" name="oauth-httpclient4" rev="20090913" />
Leiningen
[net.oauth.core/oauth-httpclient4 "20090913"]
Apache Buildr
'net.oauth.core:oauth-httpclient4:jar:20090913'