Download org.apache.aries.blueprint.api-1.0.1.jar file

Introduction

You can download org.apache.aries.blueprint.api-1.0.1.jar in this page.

License

Apache License

Type List

org.apache.aries.blueprint.api-1.0.1.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.aries.blueprint/org.apache.aries.blueprint.api/pom.properties
META-INF/maven/org.apache.aries.blueprint/org.apache.aries.blueprint.api/pom.xml
org.osgi.service.blueprint.container.BlueprintContainer.class
org.osgi.service.blueprint.container.BlueprintEvent.class
org.osgi.service.blueprint.container.BlueprintListener.class
org.osgi.service.blueprint.container.ComponentDefinitionException.class
org.osgi.service.blueprint.container.Converter.class
org.osgi.service.blueprint.container.EventConstants.class
org.osgi.service.blueprint.container.NoSuchComponentException.class
org.osgi.service.blueprint.container.ReifiedType.class
org.osgi.service.blueprint.container.ServiceUnavailableException.class
org.osgi.service.blueprint.reflect.BeanArgument.class
org.osgi.service.blueprint.reflect.BeanMetadata.class
org.osgi.service.blueprint.reflect.BeanProperty.class
org.osgi.service.blueprint.reflect.CollectionMetadata.class
org.osgi.service.blueprint.reflect.ComponentMetadata.class
org.osgi.service.blueprint.reflect.IdRefMetadata.class
org.osgi.service.blueprint.reflect.MapEntry.class
org.osgi.service.blueprint.reflect.MapMetadata.class
org.osgi.service.blueprint.reflect.Metadata.class
org.osgi.service.blueprint.reflect.NonNullMetadata.class
org.osgi.service.blueprint.reflect.NullMetadata.class
org.osgi.service.blueprint.reflect.PropsMetadata.class
org.osgi.service.blueprint.reflect.RefMetadata.class
org.osgi.service.blueprint.reflect.ReferenceListMetadata.class
org.osgi.service.blueprint.reflect.ReferenceListener.class
org.osgi.service.blueprint.reflect.ReferenceMetadata.class
org.osgi.service.blueprint.reflect.RegistrationListener.class
org.osgi.service.blueprint.reflect.ServiceMetadata.class
org.osgi.service.blueprint.reflect.ServiceReferenceMetadata.class
org.osgi.service.blueprint.reflect.Target.class
org.osgi.service.blueprint.reflect.ValueMetadata.class
org/osgi/service/blueprint/blueprint.xsd
org/osgi/service/blueprint/container/packageinfo
org/osgi/service/blueprint/reflect/packageinfo

Pom

org.apache.aries.blueprint.api-1.0.1.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.
-->
<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.apache.aries</groupId>
        <artifactId>parent</artifactId>
        <version>2.0.0</version>
        <relativePath>../../parent/pom.xml</relativePath>
    </parent>

    <groupId>org.apache.aries.blueprint</groupId>
    <artifactId>org.apache.aries.blueprint.api</artifactId>
    <packaging>bundle</packaging>
    <version>1.0.1</version>
    <name>Apache Aries Blueprint API</name>
    <description>
        This bundle contains the blueprint api 1.0.1 and the corresponding xml schema.
    </description>

    <scm>
        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.api-1.0.1</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.api-1.0.1</developerConnection>
        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.blueprint.api-1.0.1</url>
    </scm>

    <properties>
        <!-- Export package versions are maintained in packageinfo files.
             We're verbose since the regexp processing is a bit 
             funny and org.osgi.service.blueprint should not be exported.  -->
        <aries.osgi.export.pkg>
            !org.osgi.service.blueprint,
            org.osgi.service.blueprint.*
        </aries.osgi.export.pkg>
        <aries.osgi.import.pkg>
            org.osgi.framework
        </aries.osgi.import.pkg>
        <aries.osgi.private.pkg />
        <lastReleaseVersion>1.0.0</lastReleaseVersion>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.aries.versioning</groupId>
                <artifactId>org.apache.aries.versioning.plugin</artifactId>
                <executions>
                    <execution>
                        <id>default-verify</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>version-check</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.apache.aries.blueprint</groupId>
   <artifactId>org.apache.aries.blueprint.api</artifactId>
   <version>1.0.1</version>
</dependency>

Download

If you think the following org.apache.aries.blueprint.api-1.0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.apache.aries.blueprint.api-1.0.1.jar file




PreviousNext

Related