is not current version
Last Version 1.49

org.jmockit:jmockit 1.11

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.

GroupId

GroupId

org.jmockit
ArtifactId

ArtifactId

jmockit
Version

Version

1.11
Type

Type

jar

Download jmockit 1.11


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