GroupId | GroupIdcom.azure |
---|---|
ArtifactId | ArtifactIdazure-core-http-okhttp |
Version | Version1.6.0 |
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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.azure/azure-core-http-okhttp/
implementation 'com.azure:azure-core-http-okhttp:1.6.0'
// https://jarcasting.com/artifacts/com.azure/azure-core-http-okhttp/
implementation ("com.azure:azure-core-http-okhttp:1.6.0")
'com.azure:azure-core-http-okhttp:jar:1.6.0'
<dependency org="com.azure" name="azure-core-http-okhttp" rev="1.6.0">
<artifact name="azure-core-http-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azure', module='azure-core-http-okhttp', version='1.6.0')
)
libraryDependencies += "com.azure" % "azure-core-http-okhttp" % "1.6.0"
[com.azure/azure-core-http-okhttp "1.6.0"]