| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdcom.github.tonivade |
| ArtifactId | ArtifactIdzeromock-junit4 |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zeromock-junit4-0.9.0.pom | |
| zeromock-junit4-0.9.0.jar | 2 KB |
| zeromock-junit4-0.9.0-sources.jar | 1 KB |
| zeromock-junit4-0.9.0-javadoc.jar | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/zeromock-junit4/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>zeromock-junit4</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/zeromock-junit4/
implementation 'com.github.tonivade:zeromock-junit4:0.9.0'
// https://jarcasting.com/artifacts/com.github.tonivade/zeromock-junit4/
implementation ("com.github.tonivade:zeromock-junit4:0.9.0")
'com.github.tonivade:zeromock-junit4:jar:0.9.0'
<dependency org="com.github.tonivade" name="zeromock-junit4" rev="0.9.0">
<artifact name="zeromock-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='zeromock-junit4', version='0.9.0')
)
libraryDependencies += "com.github.tonivade" % "zeromock-junit4" % "0.9.0"
[com.github.tonivade/zeromock-junit4 "0.9.0"]