License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdcom.squareup.okhttp3 |
ArtifactId | ArtifactIdokhttp-bom |
Last Version | Last Version5.0.0-alpha.10 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionokhttp-bom
Square’s meticulous HTTP client for Java and Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
okhttp-bom-5.0.0-alpha.10.pom | |
okhttp-bom-5.0.0-alpha.10.module | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-bom/ -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-bom</artifactId>
<version>5.0.0-alpha.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-bom/
implementation 'com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.10'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-bom/
implementation ("com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.10")
'com.squareup.okhttp3:okhttp-bom:pom:5.0.0-alpha.10'
<dependency org="com.squareup.okhttp3" name="okhttp-bom" rev="5.0.0-alpha.10">
<artifact name="okhttp-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='okhttp-bom', version='5.0.0-alpha.10')
)
libraryDependencies += "com.squareup.okhttp3" % "okhttp-bom" % "5.0.0-alpha.10"
[com.squareup.okhttp3/okhttp-bom "5.0.0-alpha.10"]