| License | 
                License | 
        
|---|---|
| GroupId | GroupIdmockit | 
    
| ArtifactId | ArtifactIdmockit | 
    
| Last Version | Last Version0.999.4 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionThe JMockit Testing Toolkit 
            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 | 
|---|---|
| mockit-0.999.4.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/mockit/mockit/ -->
<dependency>
    <groupId>mockit</groupId>
    <artifactId>mockit</artifactId>
    <version>0.999.4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/mockit/mockit/
implementation 'mockit:mockit:0.999.4'
                // https://jarcasting.com/artifacts/mockit/mockit/
implementation ("mockit:mockit:0.999.4")
                'mockit:mockit:pom:0.999.4'
                <dependency org="mockit" name="mockit" rev="0.999.4">
  <artifact name="mockit" type="pom" />
</dependency>
                @Grapes(
@Grab(group='mockit', module='mockit', version='0.999.4')
)
                libraryDependencies += "mockit" % "mockit" % "0.999.4"
                [mockit "0.999.4"]