curl
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.fpliu.ndk.pkg.prefab.android.21</groupId> <artifactId>curl</artifactId> <version>7.82.0</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.fpliu.ndk.pkg.prefab.android.21</groupId> <artifactId>curl</artifactId> <version>7.82.0</version> <packaging>aar</packaging> <name>curl</name> <description>Get a file from an HTTP, HTTPS or FTP server</description> <url>https://curl.haxx.se</url> <scm> <connection>scm:git:https://github.com/curl/curl.git</connection> <developerConnection>scm:git:https://github.com/curl/curl.git</developerConnection> <url>https://github.com/curl/curl.git</url> </scm> <developers> <developer> <name>Daniel Stenberg</name> <email>daniel@haxx.se</email> <organization>curl</organization> <organizationUrl>https://curl.haxx.se</organizationUrl> </developer> </developers> <licenses> <license> <name>curl License</name> <url>https://raw.githubusercontent.com/curl/curl/master/COPYING</url> </license> </licenses> </project>