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