MVN

smartrics.restfixture : smartrics-RestFixtureExtensions

Maven & Gradle

Jan 15, 2015
2 stars

smartrics-RestFixtureExtensions · Extensions of the RestFixture. An extension is a RestFixture with some specific/bespoke behaviour not generic enough to make it to the RestFixture itself.

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

Latest Version

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

  • Latest Stable: 3.1

All Versions

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

Version Vulnerabilities Updated
3.1
smartrics-RestFixtureExtensions-3.1
3.0
smartrics-RestFixtureExtensions-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>smartrics.restfixture</groupId>
    <artifactId>smartrics-RestFixtureExtensions</artifactId>
    <version>3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'smartrics.restfixture:smartrics-RestFixtureExtensions:3.1'

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

implementation("smartrics.restfixture:smartrics-RestFixtureExtensions:3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "smartrics.restfixture" % "smartrics-RestFixtureExtensions" % "3.1"