Download org.apache.karaf.kar.core-3.0.3.jar file

Introduction

You can download org.apache.karaf.kar.core-3.0.3.jar in this page.

License

Apache License

Type List

org.apache.karaf.kar.core-3.0.3.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.karaf.kar/org.apache.karaf.kar.core/pom.properties
META-INF/maven/org.apache.karaf.kar/org.apache.karaf.kar.core/pom.xml
OSGI-INF/blueprint/kar-core.xml
OSGI-INF/bundle.info
org.apache.felix.utils.properties.InterpolationHelper.class
org.apache.felix.utils.properties.Properties.class
org.apache.karaf.kar.KarService.class
org.apache.karaf.kar.KarsMBean.class
org.apache.karaf.kar.internal.FeatureDetector.class
org.apache.karaf.kar.internal.Kar.class
org.apache.karaf.kar.internal.KarServiceImpl.class
org.apache.karaf.kar.internal.KarsMBeanImpl.class
org.apache.karaf.util.maven.Parser.class

Pom

org.apache.karaf.kar.core-3.0.3.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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">

    <!--

        Licensed to the Apache Software Foundation (ASF) under one or more
        contributor license agreements.  See the NOTICE file distributed with
        this work for additional information regarding copyright ownership.
        The ASF licenses this file to You under the Apache License, Version 2.0
        (the "License"); you may not use this file except in compliance with
        the License.  You may obtain a copy of the License at

            http://www.apache.org/licenses/LICENSE-2.0

        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
    -->

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.apache.karaf.kar</groupId>
        <artifactId>kar</artifactId>
        <version>3.0.3</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>org.apache.karaf.kar.core</artifactId>
    <packaging>bundle</packaging>
    <name>Apache Karaf :: KAR :: Core</name>
    <description>This bundle provides core implementation of the KAR management service.</description>

    <properties>
        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.apache.felix</groupId>
            <artifactId>org.apache.felix.utils</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.karaf</groupId>
            <artifactId>org.apache.karaf.util</artifactId>
        </dependency>
        <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.url</groupId>
            <artifactId>pax-url-aether</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.karaf.features</groupId>
            <artifactId>org.apache.karaf.features.core</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>

    <build>
        <resources>
            <resource>
                <directory>${project.basedir}/src/main/resources</directory>
                <includes>
                    <include>**/*</include>
                </includes>
            </resource>
            <resource>
                <directory>${project.basedir}/src/main/resources</directory>
                <filtering>true</filtering>
                <includes>
                    <include>**/*.info</include>
                </includes>
            </resource>
        </resources>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <configuration>
                    <instructions>
                        <Export-Package>
                            org.apache.karaf.kar
                        </Export-Package>
                        <Private-Package>
                            org.apache.karaf.kar.internal,
                            org.apache.felix.utils.properties,
                            org.apache.karaf.util.maven
                        </Private-Package>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.apache.karaf.kar</groupId>
   <artifactId>org.apache.karaf.kar.core</artifactId>
   <version>3.0.3</version>
</dependency>

Download

If you think the following org.apache.karaf.kar.core-3.0.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.apache.karaf.kar.core-3.0.3.jar file




PreviousNext

Related