MVN

org.jmockit : jmockit

Maven & Gradle

836 usages
452 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 & 5) and TestNG test runners are supported. It also contains an advanced code coverage tool.

<dependency>
    <groupId>org.jmockit</groupId>
    <artifactId>jmockit</artifactId>
    <version>1.49</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.49
  • Latest Beta: 1.17-beta2

All Versions

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

Version Vulnerabilities Updated
1.49
jmockit-1.49
1.48
jmockit-1.48
1.47
jmockit-1.47
1.46
jmockit-1.46
1.45
jmockit-1.45
1.44
jmockit-1.44
1.43
jmockit-1.43
1.42
jmockit-1.42
1.41
jmockit-1.41
1.40
jmockit-1.40
1.39
jmockit-1.39
1.38
jmockit-1.38
1.37
jmockit-1.37
1.36.x
jmockit-1.36.3
jmockit-1.36.2
jmockit-1.36.1
1.36
jmockit-1.36
1.35
jmockit-1.35
1.34
jmockit-1.34
1.33
jmockit-1.33
1.32
jmockit-1.32
1.31
jmockit-1.31
1.30
jmockit-1.30
1.29
jmockit-1.29
1.28
jmockit-1.28
1.27
jmockit-1.27
1.26
jmockit-1.26
1.25
jmockit-1.25
1.24
jmockit-1.24
1.23
jmockit-1.23
1.22
jmockit-1.22
1.21
jmockit-1.21
1.20
jmockit-1.20
1.19
jmockit-1.19
1.18
jmockit-1.18
1.17
jmockit-1.17
jmockit-1.17-beta2
jmockit-1.17-beta1
1.16
jmockit-1.16
jmockit-1.16-beta2
jmockit-1.16-beta3
jmockit-1.16-beta1
1.15
jmockit-1.15
1.14
jmockit-1.14
1.13
jmockit-1.13
1.12
jmockit-1.12
1.11
jmockit-1.11
1.10
jmockit-1.10
1.9
jmockit-1.9
1.8
jmockit-1.8

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jmockit</groupId>
    <artifactId>jmockit</artifactId>
    <version>1.49</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jmockit:jmockit:1.49'

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

implementation("org.jmockit:jmockit:1.49")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jmockit" % "jmockit" % "1.49"

Advertisement

Dependencies from Group

836 usages
452 stars
Apr 24, 2016
22 usages
452 stars

Discover Dependencies

Aug 10, 2023
1.4k usages
27 stars
Jul 31, 2023
347 usages
40 stars
Oct 27, 2022
154 usages
2.7k stars
May 19, 2023
14 usages
61 stars
Oct 16, 2019
1.8k usages
2k stars
Aug 04, 2010
334 usages
Aug 03, 2020
1.3k usages
Jul 07, 2023
11 usages
2.6k stars