is not current version
Last Version 1.1.1

com.googlecode.vmock:vmock 1.0.0

VMock is a Java mocking library with ability to mock method and constructor calls without the need to create mock objects. It uses AspectJ under the hood and should be used along with unit testing frameworks such as JUnit or TestNG.

GroupId

GroupId

com.googlecode.vmock
ArtifactId

ArtifactId

vmock
Version

Version

1.0.0
Type

Type

jar

Download vmock 1.0.0


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