MVN

org.danbrough.kotlinxtras : curl-linuxx64

Maven & Gradle

Nov 08, 2022
10 stars

KotlinXtras · Common kotlin packages with linux arm and android native support

<dependency>
    <groupId>org.danbrough.kotlinxtras</groupId>
    <artifactId>curl-linuxx64</artifactId>
    <version>7_86_0a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.danbrough.kotlinxtras : curl-linuxx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7_86_0a
  • Latest Beta: 0.0.1-beta04

All Versions

Choose a version of org.danbrough.kotlinxtras : curl-linuxx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7_86_0a
curl-linuxx64-7_86_0a
7_86_0
curl-linuxx64-7_86_0
0.0.x
curl-linuxx64-0.0.1-beta04
curl-linuxx64-0.0.1-beta02
curl
curl-linuxx64-curl-7_85_0

How to add a dependency to Maven

Add the following org.danbrough.kotlinxtras : curl-linuxx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.danbrough.kotlinxtras</groupId>
    <artifactId>curl-linuxx64</artifactId>
    <version>7_86_0a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.danbrough.kotlinxtras : curl-linuxx64 gradle dependency to your build.gradle file:

implementation 'org.danbrough.kotlinxtras:curl-linuxx64:7_86_0a'

Gradle Kotlin DSL: Add the following org.danbrough.kotlinxtras : curl-linuxx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.danbrough.kotlinxtras:curl-linuxx64:7_86_0a")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.danbrough.kotlinxtras : curl-linuxx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.danbrough.kotlinxtras" % "curl-linuxx64" % "7_86_0a"