is not current version
Last Version 1.49

org.jmockit:jmockit 1.28

JMockit is a Java toolkit for automated developer testing. It contains mocking and faking APIs and a code coverage tool, supporting both JUnit and TestNG. The mocking API allows 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.28
Type

Type

jar

Download jmockit 1.28


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