MVN

com.googlecode.jmockit : jmockit

Maven & Gradle

Mar 09, 2014
120 usages

Main · JMockit is a Java toolkit for developer (unit/integration) testing. It contains mocking APIs and other tools, supporting both JUnit and TestNG. The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested in isolation from selected dependencies.

<dependency>
    <groupId>com.googlecode.jmockit</groupId>
    <artifactId>jmockit</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jmockit : jmockit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of com.googlecode.jmockit : jmockit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
jmockit-1.7
1.6
jmockit-1.6
1.5
jmockit-1.5
1.4
jmockit-1.4
1.3
jmockit-1.3
1.2
jmockit-1.2
1.1
jmockit-1.1
1.0
jmockit-1.0
0.999.x
jmockit-0.999.19
jmockit-0.999.18
jmockit-0.999.17
jmockit-0.999.16
jmockit-0.999.15
jmockit-0.999.14
jmockit-0.999.13
jmockit-0.999.12
jmockit-0.999.11
jmockit-0.999.8

How to add a dependency to Maven

Add the following com.googlecode.jmockit : jmockit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.jmockit</groupId>
    <artifactId>jmockit</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.jmockit : jmockit gradle dependency to your build.gradle file:

implementation 'com.googlecode.jmockit:jmockit:1.7'

Gradle Kotlin DSL: Add the following com.googlecode.jmockit : jmockit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.jmockit:jmockit:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.jmockit : jmockit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.jmockit" % "jmockit" % "1.7"

Advertisement

Dependencies from Group

Mar 09, 2014
120 usages
Mar 09, 2014
13 usages

Discover Dependencies

Feb 28, 2023
248 usages
Jun 09, 2010
8 usages
Feb 25, 2010
74 usages
Oct 16, 2013
14 usages
38 stars
Nov 27, 2015
445 usages
3.4k stars
Mar 31, 2020
36 usages
27.2k stars
Apr 23, 2019
175 usages
4.4k stars
Sep 20, 2005
172 usages
Aug 27, 2020
124 usages
5.6k stars
Jan 31, 2016
111 usages
1.2k stars