GroupId | GroupIdcom.github.tonivade |
---|---|
ArtifactId | ArtifactIdzeromock |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
zeromock-0.1.0.pom | |
zeromock-0.1.0.jar | 35 KB |
zeromock-0.1.0-sources.jar | 14 KB |
zeromock-0.1.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/zeromock/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>zeromock</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/zeromock/
implementation 'com.github.tonivade:zeromock:0.1.0'
// https://jarcasting.com/artifacts/com.github.tonivade/zeromock/
implementation ("com.github.tonivade:zeromock:0.1.0")
'com.github.tonivade:zeromock:jar:0.1.0'
<dependency org="com.github.tonivade" name="zeromock" rev="0.1.0">
<artifact name="zeromock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='zeromock', version='0.1.0')
)
libraryDependencies += "com.github.tonivade" % "zeromock" % "0.1.0"
[com.github.tonivade/zeromock "0.1.0"]