MVN

org.toile-libre.libe : curl

Maven & Gradle

Aug 09, 2023
3 usages
108 stars

curl · Curl

<dependency>
    <groupId>org.toile-libre.libe</groupId>
    <artifactId>curl</artifactId>
    <version>0.0.43</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.toile-libre.libe : curl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.43

All Versions

Choose a version of org.toile-libre.libe : curl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
curl-0.0.43
curl-0.0.42
curl-0.0.41
curl-0.0.40
curl-0.0.39
curl-0.0.38
curl-0.0.37
curl-0.0.36
curl-0.0.35
curl-0.0.34
curl-0.0.33
curl-0.0.32
curl-0.0.31
curl-0.0.30
curl-0.0.29
curl-0.0.28
curl-0.0.27
curl-0.0.26
curl-0.0.25
curl-0.0.24
curl-0.0.23
curl-0.0.22
curl-0.0.21
curl-0.0.20
curl-0.0.19
curl-0.0.18
curl-0.0.17
curl-0.0.16
curl-0.0.15
curl-0.0.14
curl-0.0.13
curl-0.0.12
curl-0.0.11
curl-0.0.10
curl-0.0.9
curl-0.0.8
curl-0.0.7
curl-0.0.6
curl-0.0.5
curl-0.0.4
curl-0.0.3
curl-0.0.2
curl-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.toile-libre.libe</groupId>
    <artifactId>curl</artifactId>
    <version>0.0.43</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.toile-libre.libe : curl gradle dependency to your build.gradle file:

implementation 'org.toile-libre.libe:curl:0.0.43'

Gradle Kotlin DSL: Add the following org.toile-libre.libe : curl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.toile-libre.libe:curl:0.0.43")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.toile-libre.libe : curl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.toile-libre.libe" % "curl" % "0.0.43"

Advertisement