Download pax-exam-junit4-4.9.1.jar file

Introduction

You can download pax-exam-junit4-4.9.1.jar in this page.

License

Apache Open Source

Type List

pax-exam-junit4-4.9.1.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-junit4/pom.properties
META-INF/maven/org.ops4j.pax.exam/pax-exam-junit4/pom.xml
org.ops4j.pax.exam.junit.Configuration.class
org.ops4j.pax.exam.junit.PaxExam.class
org.ops4j.pax.exam.junit.PaxExamParameterized.class
org.ops4j.pax.exam.junit.PaxExamServer.class
org.ops4j.pax.exam.junit.impl.DecoratedFrameworkMethod.class
org.ops4j.pax.exam.junit.impl.InjectingRunner.class
org.ops4j.pax.exam.junit.impl.ParameterizedFrameworkMethod.class
org.ops4j.pax.exam.junit.impl.ParameterizedInjectingRunner.class
org.ops4j.pax.exam.junit.impl.ParameterizedProbeRunner.class
org.ops4j.pax.exam.junit.impl.ProbeRunner.class
org.ops4j.pax.exam.junit.impl.TestClassRunnerForParameters.class

Pom

pax-exam-junit4-4.9.1.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>4.9.1</version>
        <relativePath>../../pom</relativePath>
    </parent>

    <groupId>org.ops4j.pax.exam</groupId>
    <artifactId>pax-exam-junit4</artifactId>
    <packaging>jar</packaging>

    <name>OPS4J Pax Exam Driver JUnit4</name>

    <dependencies>
        <dependency>
            <groupId>org.ops4j.pax.exam</groupId>
            <artifactId>pax-exam-spi</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.ops4j.base</groupId>
            <artifactId>ops4j-base-lang</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>compile</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.ops4j.pax.exam</groupId>
   <artifactId>pax-exam-junit4</artifactId>
   <version>4.9.1</version>
</dependency>

Download

If you think the following pax-exam-junit4-4.9.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download pax-exam-junit4-4.9.1.jar file




PreviousNext

Related