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