is not current version
Last Version 1.0.2

com.github.xwine:omock 1.0.1

This is a object mock tools

GroupId

GroupId

com.github.xwine
ArtifactId

ArtifactId

omock
Version

Version

1.0.1
Type

Type

jar

Download omock 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.xwine/omock/ -->
<dependency>
    <groupId>com.github.xwine</groupId>
    <artifactId>omock</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xwine/omock/
implementation 'com.github.xwine:omock:1.0.1'
// https://jarcasting.com/artifacts/com.github.xwine/omock/
implementation ("com.github.xwine:omock:1.0.1")
'com.github.xwine:omock:jar:1.0.1'
<dependency org="com.github.xwine" name="omock" rev="1.0.1">
  <artifact name="omock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xwine', module='omock', version='1.0.1')
)
libraryDependencies += "com.github.xwine" % "omock" % "1.0.1"
[com.github.xwine/omock "1.0.1"]