| License |
License |
|---|---|
| GroupId | GroupIdmk.0x.ndk |
| ArtifactId | ArtifactIdopenssl |
| Version | Version1.1.1l |
| Type | Typeaar |
| Description |
DescriptionOpenSSL
The static AAR for OpenSSL.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| openssl-1.1.1l.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/mk.0x.ndk/openssl/ -->
<dependency>
<groupId>mk.0x.ndk</groupId>
<artifactId>openssl</artifactId>
<version>1.1.1l</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/mk.0x.ndk/openssl/
implementation 'mk.0x.ndk:openssl:1.1.1l'
// https://jarcasting.com/artifacts/mk.0x.ndk/openssl/
implementation ("mk.0x.ndk:openssl:1.1.1l")
'mk.0x.ndk:openssl:aar:1.1.1l'
<dependency org="mk.0x.ndk" name="openssl" rev="1.1.1l">
<artifact name="openssl" type="aar" />
</dependency>
@Grapes(
@Grab(group='mk.0x.ndk', module='openssl', version='1.1.1l')
)
libraryDependencies += "mk.0x.ndk" % "openssl" % "1.1.1l"
[mk.0x.ndk/openssl "1.1.1l"]