| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.scribejava |
| Идентификатор | Идентификаторscribejava-httpclient-okhttp |
| Версия | Версия3.4.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.scribejava/scribejava-httpclient-okhttp/ -->
<dependency>
<groupId>com.github.scribejava</groupId>
<artifactId>scribejava-httpclient-okhttp</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scribejava/scribejava-httpclient-okhttp/
implementation 'com.github.scribejava:scribejava-httpclient-okhttp:3.4.0'
// https://jarcasting.com/artifacts/com.github.scribejava/scribejava-httpclient-okhttp/
implementation ("com.github.scribejava:scribejava-httpclient-okhttp:3.4.0")
'com.github.scribejava:scribejava-httpclient-okhttp:jar:3.4.0'
<dependency org="com.github.scribejava" name="scribejava-httpclient-okhttp" rev="3.4.0">
<artifact name="scribejava-httpclient-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scribejava', module='scribejava-httpclient-okhttp', version='3.4.0')
)
libraryDependencies += "com.github.scribejava" % "scribejava-httpclient-okhttp" % "3.4.0"
[com.github.scribejava/scribejava-httpclient-okhttp "3.4.0"]