| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdorg.jmockring |
| ArtifactId | ArtifactIdspi-providers |
| Version | Version0.5.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spi-providers-0.5.4.pom | |
| spi-providers-0.5.4.jar | 13 KB |
| spi-providers-0.5.4-sources.jar | 13 KB |
| spi-providers-0.5.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmockring/spi-providers/
implementation 'org.jmockring:spi-providers:0.5.4'
// https://jarcasting.com/artifacts/org.jmockring/spi-providers/
implementation ("org.jmockring:spi-providers:0.5.4")
'org.jmockring:spi-providers:jar:0.5.4'
<dependency org="org.jmockring" name="spi-providers" rev="0.5.4">
<artifact name="spi-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmockring', module='spi-providers', version='0.5.4')
)
libraryDependencies += "org.jmockring" % "spi-providers" % "0.5.4"
[org.jmockring/spi-providers "0.5.4"]