s

scribejava-httpclient-okhttp

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