Download xbean-bundleutils-3.15.jar file

Introduction

You can download xbean-bundleutils-3.15.jar in this page.

License

Apache License

Type List

xbean-bundleutils-3.15.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.xbean/xbean-bundleutils/pom.properties
META-INF/maven/org.apache.xbean/xbean-bundleutils/pom.xml
org.apache.xbean.osgi.bundle.util.BundleClassFinder.class
org.apache.xbean.osgi.bundle.util.BundleClassLoader.class
org.apache.xbean.osgi.bundle.util.BundleDescription.class
org.apache.xbean.osgi.bundle.util.BundleResourceClassLoader.class
org.apache.xbean.osgi.bundle.util.BundleResourceFinder.class
org.apache.xbean.osgi.bundle.util.BundleResourceHelper.class
org.apache.xbean.osgi.bundle.util.BundleUtils.class
org.apache.xbean.osgi.bundle.util.ClassDiscoveryFilter.class
org.apache.xbean.osgi.bundle.util.DelegatingBundle.class
org.apache.xbean.osgi.bundle.util.DelegatingBundleContext.class
org.apache.xbean.osgi.bundle.util.DelegatingBundleReference.class
org.apache.xbean.osgi.bundle.util.DictionaryMap.class
org.apache.xbean.osgi.bundle.util.DiscoveryRange.class
org.apache.xbean.osgi.bundle.util.HeaderBuilder.class
org.apache.xbean.osgi.bundle.util.HeaderParser.class
org.apache.xbean.osgi.bundle.util.ResourceDiscoveryFilter.class
org.apache.xbean.osgi.bundle.util.VersionRange.class
org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleClassLoader.class
org.apache.xbean.osgi.bundle.util.equinox.EquinoxBundleResourceHelper.class
org.apache.xbean.osgi.bundle.util.jar.BundleJarEntry.class
org.apache.xbean.osgi.bundle.util.jar.BundleJarFile.class

Pom

xbean-bundleutils-3.15.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
    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.
-->
<!-- $Rev: 1539516 $ $Date: 2013-11-06 20:45:10 -0800 (Wed, 06 Nov 2013) $ -->
<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.apache.xbean</groupId>
        <artifactId>xbean</artifactId>
        <version>3.15</version>
    </parent>

    <artifactId>xbean-bundleutils</artifactId>
    <packaging>bundle</packaging>
    <name>Apache XBean OSGI Bundle Utilities</name>

    <dependencies>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
            <version>4.3.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.eclipse</groupId>
            <artifactId>osgi</artifactId>
            <version>3.6.0.v20100517</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

    <repositories>
        <repository>
            <!-- equinox -->
            <!-- org.eclipse routing -->
            <id>smx.svn</id>
            <name>Servicemix svn Repository</name>
            <layout>default</layout>
            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
    </repositories>
    
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <configuration>
                    <instructions>
                        <Import-Package>
                            org.eclipse.*;resolution:=optional,
                            org.osgi.framework.wiring;resolution:=optional,
                            *
                        </Import-Package>
                    </instructions>
              </configuration>
            </plugin>
        </plugins>
    </build>
    
</project>

POM Entry

<dependency>
   <groupId>org.apache.xbean</groupId>
   <artifactId>xbean-bundleutils</artifactId>
   <version>3.15</version>
</dependency>

Download

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



Download xbean-bundleutils-3.15.jar file




PreviousNext

Related