You can download powermock-core-1.6.6.jar in this page.
Apache License
powermock-core-1.6.6.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.powermock/powermock-core/pom.properties META-INF/maven/org.powermock/powermock-core/pom.xml org.powermock.core.ClassLocator.class org.powermock.core.ClassReplicaCreator.class org.powermock.core.ConcreteClassGenerator.class org.powermock.core.DefaultFieldValueGenerator.class org.powermock.core.IdentityHashSet.class org.powermock.core.IndicateReloadClass.class org.powermock.core.ListMap.class org.powermock.core.MockGateway.class org.powermock.core.MockRepository.class org.powermock.core.PowerMockUtils.class org.powermock.core.WildcardMatcher.class org.powermock.core.agent.JavaAgentClassRegister.class org.powermock.core.agent.JavaAgentFrameworkRegister.class org.powermock.core.agent.JavaAgentFrameworkRegisterFactory.class org.powermock.core.classloader.ClassPathAdjuster.class org.powermock.core.classloader.DeferSupportingClassLoader.class org.powermock.core.classloader.JavaAssistClassMarker.class org.powermock.core.classloader.JavaAssistClassMarkerFactory.class org.powermock.core.classloader.MockClassLoader.class org.powermock.core.classloader.MockClassLoaderBuilder.class org.powermock.core.classloader.MockClassLoaderBuilders.class org.powermock.core.classloader.PowerMockModified.class org.powermock.core.classloader.annotations.Mock.class org.powermock.core.classloader.annotations.MockPolicy.class org.powermock.core.classloader.annotations.PowerMockIgnore.class org.powermock.core.classloader.annotations.PowerMockListener.class org.powermock.core.classloader.annotations.PrepareEverythingForTest.class org.powermock.core.classloader.annotations.PrepareForTest.class org.powermock.core.classloader.annotations.PrepareOnlyThisForTest.class org.powermock.core.classloader.annotations.SuppressStaticInitializationFor.class org.powermock.core.classloader.annotations.UseClassPathAdjuster.class org.powermock.core.reporter.MockingFrameworkReporter.class org.powermock.core.reporter.MockingFrameworkReporterFactory.class org.powermock.core.reporter.PowerMockReporter.class org.powermock.core.reporter.PowerMockReporterFactory.class org.powermock.core.spi.DefaultBehavior.class org.powermock.core.spi.MethodInvocationControl.class org.powermock.core.spi.NewInvocationControl.class org.powermock.core.spi.PowerMockPolicy.class org.powermock.core.spi.PowerMockTestListener.class org.powermock.core.spi.listener.AnnotationEnablerListener.class org.powermock.core.spi.support.AbstractPowerMockTestListenerBase.class org.powermock.core.spi.support.InvocationSubstitute.class org.powermock.core.spi.testresult.Result.class org.powermock.core.spi.testresult.TestMethodResult.class org.powermock.core.spi.testresult.TestSuiteResult.class org.powermock.core.spi.testresult.impl.TestMethodResultImpl.class org.powermock.core.spi.testresult.impl.TestSuiteResultImpl.class org.powermock.core.testlisteners.FieldDefaulter.class org.powermock.core.testlisteners.GlobalNotificationBuildSupport.class org.powermock.core.transformers.MockTransformer.class org.powermock.core.transformers.TransformStrategy.class org.powermock.core.transformers.impl.AbstractMainMockTransformer.class org.powermock.core.transformers.impl.ClassMockTransformer.class org.powermock.core.transformers.impl.InterfaceMockTransformer.class org.powermock.core.transformers.impl.Primitives.class org.powermock.core.transformers.impl.TestClassTransformer.class org.powermock.mockpolicies.MockPolicyClassLoadingSettings.class org.powermock.mockpolicies.MockPolicyInterceptionSettings.class org.powermock.mockpolicies.impl.MockPolicyClassLoadingSettingsImpl.class org.powermock.mockpolicies.impl.MockPolicyInterceptionSettingsImpl.class org.powermock.mockpolicies.support.LogPolicySupport.class org.powermock.tests.utils.ArrayMerger.class org.powermock.tests.utils.IgnorePackagesExtractor.class org.powermock.tests.utils.Keys.class org.powermock.tests.utils.MockPolicyInitializer.class org.powermock.tests.utils.PowerMockTestNotifier.class org.powermock.tests.utils.RunnerTestSuiteChunker.class org.powermock.tests.utils.TestChunk.class org.powermock.tests.utils.TestClassesExtractor.class org.powermock.tests.utils.TestSuiteChunker.class org.powermock.tests.utils.impl.AbstractCommonTestSuiteChunkerImpl.class org.powermock.tests.utils.impl.AbstractTestClassExtractor.class org.powermock.tests.utils.impl.AbstractTestSuiteChunkerImpl.class org.powermock.tests.utils.impl.ArrayMergerImpl.class org.powermock.tests.utils.impl.MockClassLoaderFactory.class org.powermock.tests.utils.impl.MockPolicyInitializerImpl.class org.powermock.tests.utils.impl.PowerMockIgnorePackagesExtractorImpl.class org.powermock.tests.utils.impl.PowerMockTestNotifierImpl.class org.powermock.tests.utils.impl.PrepareForTestExtractorImpl.class org.powermock.tests.utils.impl.StaticConstructorSuppressExtractorImpl.class org.powermock.tests.utils.impl.TestCaseEntry.class org.powermock.tests.utils.impl.TestChunkImpl.class org.powermock.utils.ArrayUtil.class org.powermock.utils.StringJoiner.class
powermock-core-1.6.6.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2011 the original author or authors. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.powermock</groupId> <artifactId>powermock</artifactId> <version>1.6.6</version> </parent> <artifactId>powermock-core</artifactId> <name>${project.artifactId}</name> <url>http://www.powermock.org</url> <description> PowerMock core functionality. </description> <profiles> <profile> <id>mockito</id> <activation> <activeByDefault>true</activeByDefault> </activation> <dependencies> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito1.version}</version> <scope>test</scope> </dependency> </dependencies> </profile> <profile> <id>mockito2</id> <dependencies> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito2.version}</version> <scope>test</scope> </dependency> </dependencies> </profile> </profiles> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-reflect</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.powermock</groupId> <artifactId>powermock-core</artifactId> <version>1.6.6</version> </dependency>
If you think the following powermock-core-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-core-1.6.6.jar file