MVN

io.github.vvb2060.ndk : curl

Maven & Gradle

Jul 31, 2023
114 stars

curl · curl static library prefab for android.

<dependency>
    <groupId>io.github.vvb2060.ndk</groupId>
    <artifactId>curl</artifactId>
    <version>8.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.vvb2060.ndk : curl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2.1

All Versions

Choose a version of io.github.vvb2060.ndk : curl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.2.x
curl-8.2.1
8.1.x
curl-8.1.1
curl-8.1.0
8.0.x
curl-8.0.1
7.88.x
curl-7.88.1
7.87.x
curl-7.87.0
7.86.x
curl-7.86.0
7.85.x
curl-7.85.1
curl-7.85.0
7.84.x
curl-7.84.0
7.83.x
curl-7.83.0-h3
curl-7.83.0-h2
curl-7.83.0
7.75.x
curl-7.75.0

How to add a dependency to Maven

Add the following io.github.vvb2060.ndk : curl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.vvb2060.ndk</groupId>
    <artifactId>curl</artifactId>
    <version>8.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.vvb2060.ndk : curl gradle dependency to your build.gradle file:

implementation 'io.github.vvb2060.ndk:curl:8.2.1'

Gradle Kotlin DSL: Add the following io.github.vvb2060.ndk : curl gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.vvb2060.ndk:curl:8.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.vvb2060.ndk : curl sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.vvb2060.ndk" % "curl" % "8.2.1"

Advertisement