Download pax-exam-sample1-service-4.5.0.jar file

Introduction

You can download pax-exam-sample1-service-4.5.0.jar in this page.

License

Apache Open Source

Type List

pax-exam-sample1-service-4.5.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/beans.xml
META-INF/maven/org.ops4j.pax.exam.samples/pax-exam-sample1-service/pom.properties
META-INF/maven/org.ops4j.pax.exam.samples/pax-exam-sample1-service/pom.xml
org.ops4j.pax.exam.sample1.service.InitializerService.class
org.ops4j.pax.exam.sample1.service.LibraryService.class

Pom

pax-exam-sample1-service-4.5.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>
        <artifactId>pax-exam-samples</artifactId>
        <groupId>org.ops4j.pax.exam</groupId>
        <version>4.5.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>org.ops4j.pax.exam.samples</groupId>
    <artifactId>pax-exam-sample1-service</artifactId>
    <name>OPS4J Pax Exam Sample1 Service</name>
    <dependencies>
        <dependency>
            <groupId>org.ops4j.pax.exam.samples</groupId>
            <artifactId>pax-exam-sample1-model</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <dependency>
            <groupId>javax</groupId>
            <artifactId>javaee-api</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.ops4j.pax.exam.samples</groupId>
   <artifactId>pax-exam-sample1-service</artifactId>
   <version>4.5.0</version>
</dependency>

Download

If you think the following pax-exam-sample1-service-4.5.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-sample1-service-4.5.0.jar file




PreviousNext

Related