MVN

fi.metatavu.jaxrs.testbuilder : jaxrs-functional-test-builder

Maven & Gradle

Feb 04, 2022
0 stars

REST test builder · Generic test builder for creating functional tests for JAX-RS REST APIs

<dependency>
    <groupId>fi.metatavu.jaxrs.testbuilder</groupId>
    <artifactId>jaxrs-functional-test-builder</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fi.metatavu.jaxrs.testbuilder : jaxrs-functional-test-builder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of fi.metatavu.jaxrs.testbuilder : jaxrs-functional-test-builder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jaxrs-functional-test-builder-1.0.6
jaxrs-functional-test-builder-1.0.5
jaxrs-functional-test-builder-1.0.4

How to add a dependency to Maven

Add the following fi.metatavu.jaxrs.testbuilder : jaxrs-functional-test-builder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fi.metatavu.jaxrs.testbuilder</groupId>
    <artifactId>jaxrs-functional-test-builder</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fi.metatavu.jaxrs.testbuilder : jaxrs-functional-test-builder gradle dependency to your build.gradle file:

implementation 'fi.metatavu.jaxrs.testbuilder:jaxrs-functional-test-builder:1.0.6'

Gradle Kotlin DSL: Add the following fi.metatavu.jaxrs.testbuilder : jaxrs-functional-test-builder gradle kotlin dependency to your build.gradle.kts file:

implementation("fi.metatavu.jaxrs.testbuilder:jaxrs-functional-test-builder:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following fi.metatavu.jaxrs.testbuilder : jaxrs-functional-test-builder sbt scala dependency to your build.sbt file:

libraryDependencies += "fi.metatavu.jaxrs.testbuilder" % "jaxrs-functional-test-builder" % "1.0.6"

Advertisement