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