is not current version
Last Version 0.5.6

org.jmockring:spi-providers 0.4.1

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.4.1
Type

Type

jar

Download spi-providers 0.4.1


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