MVN

net.devslash.fetchdsl : benchmarks

Maven & Gradle

Jun 25, 2023
31 stars

fetchDSL · A DSL for HTTP requests

<dependency>
    <groupId>net.devslash.fetchdsl</groupId>
    <artifactId>benchmarks</artifactId>
    <version>0.25.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.devslash.fetchdsl : benchmarks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.25.0

All Versions

Choose a version of net.devslash.fetchdsl : benchmarks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.25.x
benchmarks-0.25.0
0.24.x
benchmarks-0.24.4
benchmarks-0.24.3
benchmarks-0.24.2
benchmarks-0.24.1
benchmarks-0.24.0
0.23.x
benchmarks-0.23.0
0.22.x
benchmarks-0.22.1
0.16.x
benchmarks-0.16.9
benchmarks-0.16.8
benchmarks-0.16.7

How to add a dependency to Maven

Add the following net.devslash.fetchdsl : benchmarks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.devslash.fetchdsl</groupId>
    <artifactId>benchmarks</artifactId>
    <version>0.25.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.devslash.fetchdsl : benchmarks gradle dependency to your build.gradle file:

implementation 'net.devslash.fetchdsl:benchmarks:0.25.0'

Gradle Kotlin DSL: Add the following net.devslash.fetchdsl : benchmarks gradle kotlin dependency to your build.gradle.kts file:

implementation("net.devslash.fetchdsl:benchmarks:0.25.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.devslash.fetchdsl : benchmarks sbt scala dependency to your build.sbt file:

libraryDependencies += "net.devslash.fetchdsl" % "benchmarks" % "0.25.0"

Advertisement