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