Files download
File Operation
encrypt-okhttp-2.4.pom download
Apache Maven
<dependency>
  <groupId>com.tradplusad</groupId>
  <artifactId>encrypt-okhttp</artifactId>
  <version>2.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.tradplusad:encrypt-okhttp:2.4'
Gradle Kotlin
implementation("com.tradplusad:encrypt-okhttp:2.4")
Scala SBT
libraryDependencies += "com.tradplusad" % "encrypt-okhttp" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.tradplusad', module='encrypt-okhttp', version='2.4')
)
Apache Ivy
<dependency org="com.tradplusad" name="encrypt-okhttp" rev="2.4" />
Leiningen
[com.tradplusad/encrypt-okhttp "2.4"]
Apache Buildr
'com.tradplusad:encrypt-okhttp:jar:2.4'
Dependencies
The project has no third-party dependencies