MVN

com.devonfw.java.starters : devon4j-starter-http-client-rest-sync

Maven & Gradle

Feb 28, 2023
79 stars

devon4j-starter-http-client-rest-sync · Support for synchronous REST service clients based on Java HTTP client.

<dependency>
    <groupId>com.devonfw.java.starters</groupId>
    <artifactId>devon4j-starter-http-client-rest-sync</artifactId>
    <version>2023.01.001</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.devonfw.java.starters : devon4j-starter-http-client-rest-sync to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.01.001

All Versions

Choose a version of com.devonfw.java.starters : devon4j-starter-http-client-rest-sync to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.01.x
devon4j-starter-http-client-rest-sync-2023.01.001
2022.12.x
devon4j-starter-http-client-rest-sync-2022.12.001
2022.04.x
devon4j-starter-http-client-rest-sync-2022.04.001
2021.04.x
devon4j-starter-http-client-rest-sync-2021.04.003

How to add a dependency to Maven

Add the following com.devonfw.java.starters : devon4j-starter-http-client-rest-sync maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.devonfw.java.starters</groupId>
    <artifactId>devon4j-starter-http-client-rest-sync</artifactId>
    <version>2023.01.001</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.devonfw.java.starters : devon4j-starter-http-client-rest-sync gradle dependency to your build.gradle file:

implementation 'com.devonfw.java.starters:devon4j-starter-http-client-rest-sync:2023.01.001'

Gradle Kotlin DSL: Add the following com.devonfw.java.starters : devon4j-starter-http-client-rest-sync gradle kotlin dependency to your build.gradle.kts file:

implementation("com.devonfw.java.starters:devon4j-starter-http-client-rest-sync:2023.01.001")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.devonfw.java.starters : devon4j-starter-http-client-rest-sync sbt scala dependency to your build.sbt file:

libraryDependencies += "com.devonfw.java.starters" % "devon4j-starter-http-client-rest-sync" % "2023.01.001"

Advertisement