MVN

com.hexagonkt : rest_test

Maven & Gradle

Jun 16, 2023
553 stars

rest_test · Test cases for HTTP client and server adapters.

<dependency>
    <groupId>com.hexagonkt</groupId>
    <artifactId>rest_test</artifactId>
    <version>3.0.0-B3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hexagonkt : rest_test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-B3

All Versions

Choose a version of com.hexagonkt : rest_test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
rest_test-3.0.0-B3
rest_test-3.0.0-B2
rest_test-3.0.0-B1

How to add a dependency to Maven

Add the following com.hexagonkt : rest_test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hexagonkt</groupId>
    <artifactId>rest_test</artifactId>
    <version>3.0.0-B3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hexagonkt : rest_test gradle dependency to your build.gradle file:

implementation 'com.hexagonkt:rest_test:3.0.0-B3'

Gradle Kotlin DSL: Add the following com.hexagonkt : rest_test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hexagonkt:rest_test:3.0.0-B3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hexagonkt : rest_test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hexagonkt" % "rest_test" % "3.0.0-B3"

Advertisement

Dependencies from Group

Oct 14, 2021
16 usages
553 stars
Aug 26, 2023
10 usages
553 stars
Aug 26, 2023
10 usages
553 stars
Oct 14, 2021
5 usages
553 stars
Aug 26, 2023
5 usages
553 stars

Discover Dependencies