You can download pax-exam-invoker-junit-3.4.0.jar in this page.
Apache Open Source
pax-exam-invoker-junit-3.4.0.jar file has the following types.
META-INF/DEPENDENCIES.txt META-INF/LICENSE.txt META-INF/MANIFEST.MF META-INF/NOTICE.txt META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.properties META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.xml org.ops4j.pax.exam.invoker.junit.internal.Activator.class org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.class org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunnerBuilder.class org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunnerClassRequest.class org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.class org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvokerFactory.class org.ops4j.pax.exam.invoker.junit.internal.ParameterizedContainerTestRunner.class
pax-exam-invoker-junit-3.4.0.pom file content.
<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.ops4j.pax</groupId> <artifactId>exam</artifactId> <version>3.4.0</version> <relativePath>../../pom</relativePath> </parent> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-invoker-junit</artifactId> <packaging>bundle</packaging> <name>OPS4J Pax Exam JUnit Probe Invoker</name> <properties> <bundle.symbolicName>org.ops4j.pax.exam.invoker.junit</bundle.symbolicName> <bundle.namespace>org.ops4j.pax.exam.invoker.junit</bundle.namespace> </properties> <dependencies> <!-- Project Dependencies --> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-extender-service</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-invoker-junit</artifactId> <version>3.4.0</version> </dependency>
If you think the following pax-exam-invoker-junit-3.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download pax-exam-invoker-junit-3.4.0.jar file