Files download
File Operation
tap-net-okhttp-4.0.14.pom download
Apache Maven
<dependency>
  <groupId>com.taptap.sdk</groupId>
  <artifactId>tap-net-okhttp</artifactId>
  <version>4.0.14</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.taptap.sdk:tap-net-okhttp:4.0.14'
Gradle Kotlin
implementation("com.taptap.sdk:tap-net-okhttp:4.0.14")
Scala SBT
libraryDependencies += "com.taptap.sdk" % "tap-net-okhttp" % "4.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.taptap.sdk', module='tap-net-okhttp', version='4.0.14')
)
Apache Ivy
<dependency org="com.taptap.sdk" name="tap-net-okhttp" rev="4.0.14" />
Leiningen
[com.taptap.sdk/tap-net-okhttp "4.0.14"]
Apache Buildr
'com.taptap.sdk:tap-net-okhttp:jar:4.0.14'