o

openssl

The ndkports AAR for OpenSSL.
https://android.googlesource.com/platform/tools/ndkports
Dual OpenSSL and SSLeay License
The Android Open Source Project
Files download
File Operation
openssl-3.2.1-beta-1.pom download
Apache Maven
<dependency>
  <groupId>com.github.brunotl.ndk.thirdparty</groupId>
  <artifactId>openssl</artifactId>
  <version>3.2.1-beta-1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.brunotl.ndk.thirdparty:openssl:3.2.1-beta-1'
Gradle Kotlin
implementation("com.github.brunotl.ndk.thirdparty:openssl:3.2.1-beta-1")
Scala SBT
libraryDependencies += "com.github.brunotl.ndk.thirdparty" % "openssl" % "3.2.1-beta-1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.brunotl.ndk.thirdparty', module='openssl', version='3.2.1-beta-1')
)
Apache Ivy
<dependency org="com.github.brunotl.ndk.thirdparty" name="openssl" rev="3.2.1-beta-1" />
Leiningen
[com.github.brunotl.ndk.thirdparty/openssl "3.2.1-beta-1"]
Apache Buildr
'com.github.brunotl.ndk.thirdparty:openssl:jar:3.2.1-beta-1'
Dependencies
The project has no third-party dependencies