j

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.
http://www.jmockit.org
The MIT License
Rogério Liesenfeld
Files download
File Operation
jmockit-1.38.jar download
jmockit-1.38.pom download
jmockit-1.38-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jmockit</groupId>
  <artifactId>jmockit</artifactId>
  <version>1.38</version>
</dependency>
Gradle Groovy
implementation 'org.jmockit:jmockit:1.38'
Gradle Kotlin
implementation("org.jmockit:jmockit:1.38")
Scala SBT
libraryDependencies += "org.jmockit" % "jmockit" % "1.38"
Groovy Grape
@Grapes(
  @Grab(group='org.jmockit', module='jmockit', version='1.38')
)
Apache Ivy
<dependency org="org.jmockit" name="jmockit" rev="1.38" />
Leiningen
[org.jmockit/jmockit "1.38"]
Apache Buildr
'org.jmockit:jmockit:jar:1.38'