GroupId | GroupIdorg.jmockring |
---|---|
ArtifactId | ArtifactIdjmockring-tests |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
jmockring-tests-0.4.1.pom | |
jmockring-tests-0.4.1.jar | 2 KB |
jmockring-tests-0.4.1-test-sources.jar | 22 KB |
jmockring-tests-0.4.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmockring/jmockring-tests/
implementation 'org.jmockring:jmockring-tests:0.4.1'
// https://jarcasting.com/artifacts/org.jmockring/jmockring-tests/
implementation ("org.jmockring:jmockring-tests:0.4.1")
'org.jmockring:jmockring-tests:jar:0.4.1'
<dependency org="org.jmockring" name="jmockring-tests" rev="0.4.1">
<artifact name="jmockring-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmockring', module='jmockring-tests', version='0.4.1')
)
libraryDependencies += "org.jmockring" % "jmockring-tests" % "0.4.1"
[org.jmockring/jmockring-tests "0.4.1"]