MVN

smartrics.restfixture : smartrics-RestClient

Maven & Gradle

Sep 08, 2016
1 usages
9 stars

RestClient · A simple rest client, used by the RestFixture

<dependency>
    <groupId>smartrics.restfixture</groupId>
    <artifactId>smartrics-RestClient</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of smartrics.restfixture : smartrics-RestClient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of smartrics.restfixture : smartrics-RestClient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
smartrics-RestClient-2.2
2.1
smartrics-RestClient-2.1
2.0
smartrics-RestClient-2.0

How to add a dependency to Maven

Add the following smartrics.restfixture : smartrics-RestClient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>smartrics.restfixture</groupId>
    <artifactId>smartrics-RestClient</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following smartrics.restfixture : smartrics-RestClient gradle dependency to your build.gradle file:

implementation 'smartrics.restfixture:smartrics-RestClient:2.2'

Gradle Kotlin DSL: Add the following smartrics.restfixture : smartrics-RestClient gradle kotlin dependency to your build.gradle.kts file:

implementation("smartrics.restfixture:smartrics-RestClient:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following smartrics.restfixture : smartrics-RestClient sbt scala dependency to your build.sbt file:

libraryDependencies += "smartrics.restfixture" % "smartrics-RestClient" % "2.2"

Advertisement