is not current version
Last Version 1.49

org.jmockit:jmockit 1.34

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.

GroupId

GroupId

org.jmockit
ArtifactId

ArtifactId

jmockit
Version

Version

1.34
Type

Type

jar

Download jmockit 1.34


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