MVN

ua.com.lavi : fsafe-rest-client

Maven & Gradle

Oct 05, 2020

fsafe-rest-client · Fail-Safe rest client

<dependency>
    <groupId>ua.com.lavi</groupId>
    <artifactId>fsafe-rest-client</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ua.com.lavi : fsafe-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of ua.com.lavi : fsafe-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fsafe-rest-client-1.0.1
fsafe-rest-client-1.0.0

How to add a dependency to Maven

Add the following ua.com.lavi : fsafe-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ua.com.lavi</groupId>
    <artifactId>fsafe-rest-client</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ua.com.lavi : fsafe-rest-client gradle dependency to your build.gradle file:

implementation 'ua.com.lavi:fsafe-rest-client:1.0.1'

Gradle Kotlin DSL: Add the following ua.com.lavi : fsafe-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("ua.com.lavi:fsafe-rest-client:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ua.com.lavi : fsafe-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "ua.com.lavi" % "fsafe-rest-client" % "1.0.1"

Advertisement