MVN

org.jmockring : spi-providers

Maven & Gradle

Nov 20, 2013
1 usages

Service providers for jmockring: * Include this as dependency to activate dynamic providers discovery, * Currently used for: 1) Choosing mocking provider based on available providers on project classpath 2) Creating and injecting HTTP clients in test classes

<dependency>
    <groupId>org.jmockring</groupId>
    <artifactId>spi-providers</artifactId>
    <version>0.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jmockring : spi-providers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.6

All Versions

Choose a version of org.jmockring : spi-providers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
spi-providers-0.5.6
spi-providers-0.5.5
spi-providers-0.5.4
spi-providers-0.5.3
spi-providers-0.5.2
spi-providers-0.5.1
0.5
spi-providers-0.5
0.4.x
spi-providers-0.4.4
spi-providers-0.4.3
spi-providers-0.4.1

How to add a dependency to Maven

Add the following org.jmockring : spi-providers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jmockring</groupId>
    <artifactId>spi-providers</artifactId>
    <version>0.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jmockring : spi-providers gradle dependency to your build.gradle file:

implementation 'org.jmockring:spi-providers:0.5.6'

Gradle Kotlin DSL: Add the following org.jmockring : spi-providers gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jmockring:spi-providers:0.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jmockring : spi-providers sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jmockring" % "spi-providers" % "0.5.6"

Advertisement