GroupId | GroupIdorg.jmockring |
---|---|
ArtifactId | ArtifactIdjmockring-tests |
Version | Version0.4.4 |
Type | Typejar |
Filename | Size |
---|---|
jmockring-tests-0.4.4.pom | |
jmockring-tests-0.4.4.jar | 2 KB |
jmockring-tests-0.4.4-test-sources.jar | 22 KB |
jmockring-tests-0.4.4-javadoc.jar | 335 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jmockring/jmockring-tests/ -->
<dependency>
<groupId>org.jmockring</groupId>
<artifactId>jmockring-tests</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmockring/jmockring-tests/
implementation 'org.jmockring:jmockring-tests:0.4.4'
// https://jarcasting.com/artifacts/org.jmockring/jmockring-tests/
implementation ("org.jmockring:jmockring-tests:0.4.4")
'org.jmockring:jmockring-tests:jar:0.4.4'
<dependency org="org.jmockring" name="jmockring-tests" rev="0.4.4">
<artifact name="jmockring-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmockring', module='jmockring-tests', version='0.4.4')
)
libraryDependencies += "org.jmockring" % "jmockring-tests" % "0.4.4"
[org.jmockring/jmockring-tests "0.4.4"]