MVN

net.devslash.fetchdsl : lib-test

Maven & Gradle

Jun 25, 2023
31 stars

fetchDSL · A DSL for HTTP requests

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

Latest Version

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

  • Latest Stable: 0.25.0

All Versions

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

Version Vulnerabilities Updated
0.25.x
lib-test-0.25.0
0.24.x
lib-test-0.24.4
lib-test-0.24.3
lib-test-0.24.2
lib-test-0.24.1
lib-test-0.24.0
0.23.x
lib-test-0.23.0
0.22.x
lib-test-0.22.1
lib-test-0.22.0
0.21.x
lib-test-0.21.1
lib-test-0.21.0
0.20.x
lib-test-0.20.6

How to add a dependency to Maven

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

<dependency>
    <groupId>net.devslash.fetchdsl</groupId>
    <artifactId>lib-test</artifactId>
    <version>0.25.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.devslash.fetchdsl:lib-test:0.25.0'

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

implementation("net.devslash.fetchdsl:lib-test:0.25.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.devslash.fetchdsl" % "lib-test" % "0.25.0"

Advertisement