GroupId | GroupIdcom.azure |
---|---|
ArtifactId | ArtifactIdazure-core-http-okhttp |
Version | Version1.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.azure/azure-core-http-okhttp/ -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.azure/azure-core-http-okhttp/
implementation 'com.azure:azure-core-http-okhttp:1.3.2'
// https://jarcasting.com/artifacts/com.azure/azure-core-http-okhttp/
implementation ("com.azure:azure-core-http-okhttp:1.3.2")
'com.azure:azure-core-http-okhttp:jar:1.3.2'
<dependency org="com.azure" name="azure-core-http-okhttp" rev="1.3.2">
<artifact name="azure-core-http-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azure', module='azure-core-http-okhttp', version='1.3.2')
)
libraryDependencies += "com.azure" % "azure-core-http-okhttp" % "1.3.2"
[com.azure/azure-core-http-okhttp "1.3.2"]