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