is not current version
Last Version 0.5.6

org.jmockring:spi-providers 0.5.2

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

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.jmockring
ArtifactId

ArtifactId

spi-providers
Version

Version

0.5.2
Type

Type

jar

Download spi-providers 0.5.2


<!-- https://jarcasting.com/artifacts/org.jmockring/spi-providers/ -->
<dependency>
    <groupId>org.jmockring</groupId>
    <artifactId>spi-providers</artifactId>
    <version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmockring/spi-providers/
implementation 'org.jmockring:spi-providers:0.5.2'
// https://jarcasting.com/artifacts/org.jmockring/spi-providers/
implementation ("org.jmockring:spi-providers:0.5.2")
'org.jmockring:spi-providers:jar:0.5.2'
<dependency org="org.jmockring" name="spi-providers" rev="0.5.2">
  <artifact name="spi-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmockring', module='spi-providers', version='0.5.2')
)
libraryDependencies += "org.jmockring" % "spi-providers" % "0.5.2"
[org.jmockring/spi-providers "0.5.2"]