не последняя версия
Последняя версия 2.13.9

com.github.harmonicinc-com:extension-okhttp 2.11.${env.BUILD_NUMBER}

OkHttp extension for ExoPlayer.

Группа

Группа

com.github.harmonicinc-com
Идентификатор

Идентификатор

extension-okhttp
Версия

Версия

2.11.${env.BUILD_NUMBER}
Тип

Тип

aar

Скачать extension-okhttp 2.11.${env.BUILD_NUMBER}


<!-- https://jarcasting.com/artifacts/com.github.harmonicinc-com/extension-okhttp/ -->
<dependency>
    <groupId>com.github.harmonicinc-com</groupId>
    <artifactId>extension-okhttp</artifactId>
    <version>2.11.${env.BUILD_NUMBER}</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.harmonicinc-com/extension-okhttp/
implementation 'com.github.harmonicinc-com:extension-okhttp:2.11.${env.BUILD_NUMBER}'
// https://jarcasting.com/artifacts/com.github.harmonicinc-com/extension-okhttp/
implementation ("com.github.harmonicinc-com:extension-okhttp:2.11.${env.BUILD_NUMBER}")
'com.github.harmonicinc-com:extension-okhttp:aar:2.11.${env.BUILD_NUMBER}'
<dependency org="com.github.harmonicinc-com" name="extension-okhttp" rev="2.11.${env.BUILD_NUMBER}">
  <artifact name="extension-okhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.harmonicinc-com', module='extension-okhttp', version='2.11.${env.BUILD_NUMBER}')
)
libraryDependencies += "com.github.harmonicinc-com" % "extension-okhttp" % "2.11.${env.BUILD_NUMBER}"
[com.github.harmonicinc-com/extension-okhttp "2.11.${env.BUILD_NUMBER}"]