MVN

be.atbash.mp.rest-client : microprofile-rest-client-api

Maven & Gradle

Mar 17, 2019
1 usages
0 stars

MicroProfile Rest Client API · Typesafe Rest Client APIs for MicroProfile :: API

<dependency>
    <groupId>be.atbash.mp.rest-client</groupId>
    <artifactId>microprofile-rest-client-api</artifactId>
    <version>0.5.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.atbash.mp.rest-client : microprofile-rest-client-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1.1

All Versions

Choose a version of be.atbash.mp.rest-client : microprofile-rest-client-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
microprofile-rest-client-api-0.5.1.1
microprofile-rest-client-api-0.5.1
0.5
microprofile-rest-client-api-0.5

How to add a dependency to Maven

Add the following be.atbash.mp.rest-client : microprofile-rest-client-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.atbash.mp.rest-client</groupId>
    <artifactId>microprofile-rest-client-api</artifactId>
    <version>0.5.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.atbash.mp.rest-client : microprofile-rest-client-api gradle dependency to your build.gradle file:

implementation 'be.atbash.mp.rest-client:microprofile-rest-client-api:0.5.1.1'

Gradle Kotlin DSL: Add the following be.atbash.mp.rest-client : microprofile-rest-client-api gradle kotlin dependency to your build.gradle.kts file:

implementation("be.atbash.mp.rest-client:microprofile-rest-client-api:0.5.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.atbash.mp.rest-client : microprofile-rest-client-api sbt scala dependency to your build.sbt file:

libraryDependencies += "be.atbash.mp.rest-client" % "microprofile-rest-client-api" % "0.5.1.1"

Advertisement