MVN

com.github.hazendaz.jmockit : jmockit

Maven & Gradle

Apr 06, 2023
7 usages
13 stars

jmockit · JMockit is a Java toolkit for automated developer testing. It contains APIs for the creation of the objects to be tested, for mocking dependencies, and for faking external APIs; JUnit (4 and 5) and TestNG test runners are supported. It also contains an advanced code coverage tool.

<dependency>
    <groupId>com.github.hazendaz.jmockit</groupId>
    <artifactId>jmockit</artifactId>
    <version>1.50.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.50.0

All Versions

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

Version Vulnerabilities Updated
1.50.x
jmockit-1.50.0
1.49.x
jmockit-1.49.4
jmockit-1.49.3
jmockit-1.49.2
jmockit-1.49.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.hazendaz.jmockit</groupId>
    <artifactId>jmockit</artifactId>
    <version>1.50.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.hazendaz.jmockit:jmockit:1.50.0'

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

implementation("com.github.hazendaz.jmockit:jmockit:1.50.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.hazendaz.jmockit" % "jmockit" % "1.50.0"

Advertisement

Dependencies from Group

Discover Dependencies

Sep 15, 2017
7 usages
0 stars
Aug 20, 2018
11 usages
323 stars
Oct 14, 2019
4 usages
3 stars
Feb 11, 2013
26 usages
97 stars
Dec 17, 2016
11 usages
6 stars
Apr 30, 2015
6 usages
8 stars
Oct 17, 2012
4 usages
Jul 08, 2019
7 usages
334 stars