License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.jmockring |
ArtifactId | ArtifactIdspi-providers |
Last Version | Last Version0.5.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionService 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
|
Filename | Size |
---|---|
spi-providers-0.5.6.pom | |
spi-providers-0.5.6.jar | 13 KB |
spi-providers-0.5.6-sources.jar | 13 KB |
spi-providers-0.5.6-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jmockring/spi-providers/ -->
<dependency>
<groupId>org.jmockring</groupId>
<artifactId>spi-providers</artifactId>
<version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmockring/spi-providers/
implementation 'org.jmockring:spi-providers:0.5.6'
// https://jarcasting.com/artifacts/org.jmockring/spi-providers/
implementation ("org.jmockring:spi-providers:0.5.6")
'org.jmockring:spi-providers:jar:0.5.6'
<dependency org="org.jmockring" name="spi-providers" rev="0.5.6">
<artifact name="spi-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmockring', module='spi-providers', version='0.5.6')
)
libraryDependencies += "org.jmockring" % "spi-providers" % "0.5.6"
[org.jmockring/spi-providers "0.5.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jmockring : jmockring | jar | 0.5.6 |
com.jayway.restassured : rest-assured | jar | 1.6.2 |
org.jboss.resteasy : resteasy-jaxrs | jar | 2.3.5.Final |
junit : junit-dep | jar | 4.10 |
org.hamcrest : hamcrest-core | jar | 1.2.1 |