s

scribejava-httpclient-okhttp

Files download
File Operation
scribejava-httpclient-okhttp-6.0.0.jar download
scribejava-httpclient-okhttp-6.0.0.pom download
scribejava-httpclient-okhttp-6.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.scribejava</groupId>
  <artifactId>scribejava-httpclient-okhttp</artifactId>
  <version>6.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.scribejava:scribejava-httpclient-okhttp:6.0.0'
Gradle Kotlin
implementation("com.github.scribejava:scribejava-httpclient-okhttp:6.0.0")
Scala SBT
libraryDependencies += "com.github.scribejava" % "scribejava-httpclient-okhttp" % "6.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.scribejava', module='scribejava-httpclient-okhttp', version='6.0.0')
)
Apache Ivy
<dependency org="com.github.scribejava" name="scribejava-httpclient-okhttp" rev="6.0.0" />
Leiningen
[com.github.scribejava/scribejava-httpclient-okhttp "6.0.0"]
Apache Buildr
'com.github.scribejava:scribejava-httpclient-okhttp:jar:6.0.0'