You can download powermock-api-mockito-common-1.6.6.jar in this page.
Open Source
powermock-api-mockito-common-1.6.6.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.powermock/powermock-api-mockito-common/pom.properties META-INF/maven/org.powermock/powermock-api-mockito-common/pom.xml org.powermock.api.extension.agent.JavaAgentFrameworkRegisterImpl.class org.powermock.api.extension.reporter.MockingFrameworkReporterFactoryImpl.class org.powermock.api.mockito.ClassNotPreparedException.class org.powermock.api.mockito.expectation.ConstructorExpectationSetup.class org.powermock.api.mockito.expectation.WithAnyArguments.class org.powermock.api.mockito.expectation.WithExpectedArguments.class org.powermock.api.mockito.expectation.WithExpectedParameterTypes.class org.powermock.api.mockito.expectation.WithOrWithoutExpectedArguments.class org.powermock.api.mockito.expectation.WithoutExpectedArguments.class org.powermock.api.mockito.expectation.reporter.MockitoPowerMockReporter.class org.powermock.api.mockito.internal.expectation.AbstractConstructorExpectationSetup.class org.powermock.api.mockito.internal.expectation.DelegatingToConstructorsOngoingStubbing.class org.powermock.api.mockito.internal.expectation.LocalizedMatcherAdapter.class org.powermock.api.mockito.internal.invocation.InvocationControlAssertionError.class org.powermock.api.mockito.internal.invocation.MockitoNewInvocationControl.class org.powermock.api.mockito.internal.mockcreation.AbstractMockCreator.class org.powermock.api.mockito.internal.mockcreation.MockCreator.class org.powermock.api.mockito.internal.mockcreation.MockTypeValidator.class org.powermock.api.mockito.internal.mockcreation.MockTypeValidatorFactory.class
powermock-api-mockito-common-1.6.6.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>powermock-api</artifactId> <groupId>org.powermock</groupId> <version>1.6.6</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>powermock-api-mockito-common</artifactId> <description> PowerMock API for Mockito. Common Part. </description> <dependencies> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito1.version}</version> <!-- Provided since it's only needed for compile time. The consuming API's (powermock-api-mockito and powermock-api-mockito2) will depend on the correct version of mockito--> <scope>provided</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-support</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>
<dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito-common</artifactId> <version>1.6.6</version> </dependency>
If you think the following powermock-api-mockito-common-1.6.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download powermock-api-mockito-common-1.6.6.jar file