GroupId | GroupIdio.github.panpf.sketch3 |
---|---|
ArtifactId | ArtifactIdsketch-okhttp |
Version | Version3.0.0-alpha01 |
Type | Typeaar |
Filename | Size |
---|---|
sketch-okhttp-3.0.0-alpha01.pom | |
sketch-okhttp-3.0.0-alpha01-sources.jar | 2 KB |
sketch-okhttp-3.0.0-alpha01-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.panpf.sketch3/sketch-okhttp/ -->
<dependency>
<groupId>io.github.panpf.sketch3</groupId>
<artifactId>sketch-okhttp</artifactId>
<version>3.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.panpf.sketch3/sketch-okhttp/
implementation 'io.github.panpf.sketch3:sketch-okhttp:3.0.0-alpha01'
// https://jarcasting.com/artifacts/io.github.panpf.sketch3/sketch-okhttp/
implementation ("io.github.panpf.sketch3:sketch-okhttp:3.0.0-alpha01")
'io.github.panpf.sketch3:sketch-okhttp:aar:3.0.0-alpha01'
<dependency org="io.github.panpf.sketch3" name="sketch-okhttp" rev="3.0.0-alpha01">
<artifact name="sketch-okhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.panpf.sketch3', module='sketch-okhttp', version='3.0.0-alpha01')
)
libraryDependencies += "io.github.panpf.sketch3" % "sketch-okhttp" % "3.0.0-alpha01"
[io.github.panpf.sketch3/sketch-okhttp "3.0.0-alpha01"]