is not current version
Last Version 1.49

org.jmockit:jmockit 1.21

JMockit is a Java toolkit for automated developer testing. It contains mocking/faking APIs and a code coverage tool, 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.21
Type

Type

jar

Download jmockit 1.21


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