s

scribejava-httpclient-ahc

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