Download pax-exam-testforge-3.4.0.jar file

Introduction

You can download pax-exam-testforge-3.4.0.jar in this page.

License

Apache Open Source

Type List

pax-exam-testforge-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-testforge/pom.properties
META-INF/maven/org.ops4j.pax.exam/pax-exam-testforge/pom.xml
org.ops4j.pax.exam.testforge.BundleStartLevels.class
org.ops4j.pax.exam.testforge.BundlesInState.class
org.ops4j.pax.exam.testforge.CountBundles.class
org.ops4j.pax.exam.testforge.SingleClassProvider.class
org.ops4j.pax.exam.testforge.WaitForService.class

Pom

pax-exam-testforge-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-testforge</artifactId>
    <packaging>jar</packaging>

    <name>OPS4J Pax Exam TestForge Collection</name>

    <description>Pax Exam TestForge: Collection of prebuild tests.</description>

    <dependencies>
        <dependency>
            <groupId>org.ops4j.pax.exam</groupId>
            <artifactId>pax-exam</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
        </dependency>

        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.compendium</artifactId>
        </dependency>

    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.ops4j.pax.exam</groupId>
   <artifactId>pax-exam-testforge</artifactId>
   <version>3.4.0</version>
</dependency>

Download

If you think the following pax-exam-testforge-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-testforge-3.4.0.jar file




PreviousNext

Related