| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.github.tonivade |
| ArtifactId | ArtifactIdzeromock-client |
| Version | Version0.13.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zeromock-client-0.13.0.pom | |
| zeromock-client-0.13.0.jar | 9 KB |
| zeromock-client-0.13.0-sources.jar | 5 KB |
| zeromock-client-0.13.0-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/zeromock-client/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>zeromock-client</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/zeromock-client/
implementation 'com.github.tonivade:zeromock-client:0.13.0'
// https://jarcasting.com/artifacts/com.github.tonivade/zeromock-client/
implementation ("com.github.tonivade:zeromock-client:0.13.0")
'com.github.tonivade:zeromock-client:jar:0.13.0'
<dependency org="com.github.tonivade" name="zeromock-client" rev="0.13.0">
<artifact name="zeromock-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='zeromock-client', version='0.13.0')
)
libraryDependencies += "com.github.tonivade" % "zeromock-client" % "0.13.0"
[com.github.tonivade/zeromock-client "0.13.0"]