MVN

com.orange.ccmd : hurl

Maven & Gradle

Nov 13, 2020
6 stars

hurl · Hurl is a command line tool that performs HTTP requests defined in a simple plain text format.

<dependency>
    <groupId>com.orange.ccmd</groupId>
    <artifactId>hurl</artifactId>
    <version>1.0.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.orange.ccmd : hurl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.42

All Versions

Choose a version of com.orange.ccmd : hurl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hurl-1.0.42
hurl-1.0.41
hurl-1.0.40
hurl-1.0.39

How to add a dependency to Maven

Add the following com.orange.ccmd : hurl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.orange.ccmd</groupId>
    <artifactId>hurl</artifactId>
    <version>1.0.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.orange.ccmd : hurl gradle dependency to your build.gradle file:

implementation 'com.orange.ccmd:hurl:1.0.42'

Gradle Kotlin DSL: Add the following com.orange.ccmd : hurl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.orange.ccmd:hurl:1.0.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.orange.ccmd : hurl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.orange.ccmd" % "hurl" % "1.0.42"

Advertisement