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