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