MVN

com.github.yongchristophertang : rest-connector

Maven & Gradle

Jul 20, 2016
1 stars

RestConnector · A test client framework for RESTful HTTP and Java APIs

<dependency>
    <groupId>com.github.yongchristophertang</groupId>
    <artifactId>rest-connector</artifactId>
    <version>0.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yongchristophertang : rest-connector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.1

All Versions

Choose a version of com.github.yongchristophertang : rest-connector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
rest-connector-0.6.1
rest-connector-0.6.0
0.5.x
rest-connector-0.5.17
rest-connector-0.5.16
rest-connector-0.5.15
rest-connector-0.5.14
rest-connector-0.5.13
rest-connector-0.5.12
rest-connector-0.5.11
rest-connector-0.5.10
rest-connector-0.5.9
rest-connector-0.5.8
rest-connector-0.5.7
rest-connector-0.5.6
rest-connector-0.5.5
rest-connector-0.5.4
rest-connector-0.5.3
rest-connector-0.5.1
rest-connector-0.5.0

How to add a dependency to Maven

Add the following com.github.yongchristophertang : rest-connector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yongchristophertang</groupId>
    <artifactId>rest-connector</artifactId>
    <version>0.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yongchristophertang : rest-connector gradle dependency to your build.gradle file:

implementation 'com.github.yongchristophertang:rest-connector:0.6.1'

Gradle Kotlin DSL: Add the following com.github.yongchristophertang : rest-connector gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yongchristophertang:rest-connector:0.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yongchristophertang : rest-connector sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yongchristophertang" % "rest-connector" % "0.6.1"