| License | 
                License | 
        
|---|---|
| GroupId | GroupIdmockit | 
    
| ArtifactId | ArtifactIdjmockit-coverage | 
    
| Last Version | Last Version0.999.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJMockit Coverage 
            JMockit is a Java toolkit for developer (unit/integration) testing.
      It contains mocking APIs and other tools, 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. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jmockit-coverage-0.999.4.pom | |
| jmockit-coverage-0.999.4.jar | 112 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/mockit/jmockit-coverage/ -->
<dependency>
    <groupId>mockit</groupId>
    <artifactId>jmockit-coverage</artifactId>
    <version>0.999.4</version>
</dependency>
                // https://jarcasting.com/artifacts/mockit/jmockit-coverage/
implementation 'mockit:jmockit-coverage:0.999.4'
                // https://jarcasting.com/artifacts/mockit/jmockit-coverage/
implementation ("mockit:jmockit-coverage:0.999.4")
                'mockit:jmockit-coverage:jar:0.999.4'
                <dependency org="mockit" name="jmockit-coverage" rev="0.999.4">
  <artifact name="jmockit-coverage" type="jar" />
</dependency>
                @Grapes(
@Grab(group='mockit', module='jmockit-coverage', version='0.999.4')
)
                libraryDependencies += "mockit" % "jmockit-coverage" % "0.999.4"
                [mockit/jmockit-coverage "0.999.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| mockit : jmockit | jar | 0.999.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 |