Download pax-cdi-api-0.5.0.jar file

Introduction

You can download pax-cdi-api-0.5.0.jar in this page.

License

Apache License

Type List

pax-cdi-api-0.5.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.ops4j.pax.cdi/pax-cdi-api/pom.properties
META-INF/maven/org.ops4j.pax.cdi/pax-cdi-api/pom.xml
META-INF/pax-cdi-version.properties
org.ops4j.pax.cdi.api.Constants.class
org.ops4j.pax.cdi.api.ContainerInitialized.class
org.ops4j.pax.cdi.api.Info.class
org.ops4j.pax.cdi.api.OsgiService.class
org.ops4j.pax.cdi.api.OsgiServiceProvider.class
org.ops4j.pax.cdi.api.Properties.class
org.ops4j.pax.cdi.api.Property.class
org.ops4j.pax.cdi.api.ServiceScoped.class
org.ops4j.pax.cdi.api.ServicesPublished.class
org.ops4j.pax.cdi.api.event.BundleCdiEvent.class
org.ops4j.pax.cdi.api.event.BundleStarted.class
org.ops4j.pax.cdi.api.event.BundleStopped.class

Pom

pax-cdi-api-0.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.ops4j.pax.cdi</groupId>
        <version>0.5.0</version>
        <artifactId>pax-cdi-parent</artifactId>
        <relativePath>../pax-cdi-parent</relativePath>
    </parent>
    
    <artifactId>pax-cdi-api</artifactId>
    <packaging>bundle</packaging>

    <name>OPS4J Pax CDI Bean Bundle API</name>
    
    <properties>
        <bundle.symbolicName>org.ops4j.pax.cdi.api</bundle.symbolicName>
        <bundle.namespace>org.ops4j.pax.cdi.api</bundle.namespace>
    </properties>
    
    <dependencies>
    
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
        </dependency>
    
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.compendium</artifactId>
        </dependency>
    
        <dependency>
            <groupId>org.apache.geronimo.specs</groupId>
            <artifactId>geronimo-jcdi_1.0_spec</artifactId>
            <scope>provided</scope>
        </dependency>
    
        <dependency>
            <groupId>org.apache.geronimo.specs</groupId>
            <artifactId>geronimo-atinject_1.0_spec</artifactId>
            <scope>provided</scope>
        </dependency>

    </dependencies>

    <build>
        <resources>
            <resource>
                <directory>src/main/resources</directory>
                <filtering>true</filtering>
            </resource>
        </resources>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <configuration>
                    <instructions>
                        <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.ops4j.pax.cdi</groupId>
   <artifactId>pax-cdi-api</artifactId>
   <version>0.5.0</version>
</dependency>

Download

If you think the following pax-cdi-api-0.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-cdi-api-0.5.0.jar file




PreviousNext

Related