| GroupId | GroupIdcom.github.xxl6097 |
|---|---|
| ArtifactId | ArtifactIdokhttputils |
| Version | Version2.3.8 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| okhttputils-2.3.8.pom | |
| okhttputils-2.3.8.aar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xxl6097/okhttputils/ -->
<dependency>
<groupId>com.github.xxl6097</groupId>
<artifactId>okhttputils</artifactId>
<version>2.3.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xxl6097/okhttputils/
implementation 'com.github.xxl6097:okhttputils:2.3.8'
// https://jarcasting.com/artifacts/com.github.xxl6097/okhttputils/
implementation ("com.github.xxl6097:okhttputils:2.3.8")
'com.github.xxl6097:okhttputils:aar:2.3.8'
<dependency org="com.github.xxl6097" name="okhttputils" rev="2.3.8">
<artifact name="okhttputils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.xxl6097', module='okhttputils', version='2.3.8')
)
libraryDependencies += "com.github.xxl6097" % "okhttputils" % "2.3.8"
[com.github.xxl6097/okhttputils "2.3.8"]