binaries-openssl-androidnativearm64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.danbrough.openssl</groupId> <artifactId>binaries-openssl-androidnativearm64</artifactId> <version>3.4.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.danbrough.openssl</groupId> <artifactId>binaries-openssl-androidnativearm64</artifactId> <version>3.4.0</version> <packaging>tgz</packaging> <name>openssl</name> <description>"Extra support for Kotlin Multiplatform"</description> <url>https://github.com/danbrough/openssl</url> <licenses> <license> <name>Apache-2.0</name> <url>https://opensource.org/licenses/Apache-2.0</url> </license> </licenses> <developers> <developer> <id>danbrough</id> <name>Dan Brough</name> <email>dan@danbrough.org</email> <organizationUrl>https://github.com/danbrough/openssl</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:danbrough/openssl.git</connection> <developerConnection>scm:git:git@github.com:danbrough/openssl.git</developerConnection> <url>https://github.com/danbrough/openssl</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/danbrough/openssl/issues</url> </issueManagement> </project>